Html Css Color HEX #F1014A Razzmatazz

📋 copy color: '#F1014A'

red 241 ◦ green 1 ◦ blue 74

#F1014A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #F1014A

Tints of Razzmatazz #F1014A

RGB

 RED value IS 241 (94.53% from 255) = 76.27%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 76.27%
G = 0.32%
B = 23.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1014A (or 0xF1014A) is known color: Razzmatazz. HEX triplet: F1, 01 and 4A. RGB value is (241,1,74). Sum of RGB (Red+Green+Blue) = 241+1+74=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F1014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1014A is #0EFEB5. Grayscale: #515151. Windows color (decimal): -982710 or 4850161. OLE color: 4850161.

HSL color Cylindrical-coordinate representation of color #F1014A: hue angle of 341.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1014A is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 74 -
CMYK 0 1.00 0.69 0.05
HSL 341.75º 0.99% 0.47% -
HSV(B) 341.75º 1% 0.95% -
XYZ 37.52 19.22 8.21 -
YUV 81.08 124.01 242.06 -
System Red Green Blue C M Y K H S L
Decimal 241 1 74 0 1.00 0.69 0.05 341.75 0.99 0.47
Hex F1 1 4A 0 64 45 5 156 63 2F
Octal 361 1 112 0 144 105 5 526 143 57
Binary 11110001 1 1001010 0 1100100 1000101 101 101010110 1100011 101111

Color Harmonies of #F1014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1014A

Black with #F1014A

Text Example


Text Example

White with #F1014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1014A; }

 p { color: rgb(241,1,74); }

 H1.HeaderClassName
 {
   color: #F1014A;
 }
 .AnyTagClassName
 {
   color: #F1014A;
 }
</style>

background-color css

<style>
 a { background-color: #F1014A; }

 a { background-color: rgb(241,1,74); }

 div.DivClassName
 {
   background-color: #F1014A;
 }
 .BgClassName
 {
   background-color: #F1014A;
 }
</style>

border-color css

<style>
 span { border-color: #F1014A; }

 span { border-color: rgb(241,1,74); }

 td.TdClassName
 {
   border-color: #F1014A;
 }
 .TagClassName
 {
   border-color: #F1014A;
 }
</style>