Html Css Color HEX #F11258 Razzmatazz

📋 copy color: '#F11258'

red 241 ◦ green 18 ◦ blue 88

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

Shades of Razzmatazz #F11258

Tints of Razzmatazz #F11258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.19%

 BLUE value IS 88 (34.77% from 255) = 25.36%

R = 69.45%
G = 5.19%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F11258 (or 0xF11258) is known color: Razzmatazz. HEX triplet: F1, 12 and 58. RGB value is (241,18,88). Sum of RGB (Red+Green+Blue) = 241+18+88=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F11258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11258 is #0EEDA7. Grayscale: #5C5C5C. Windows color (decimal): -978344 or 5772017. OLE color: 5772017.

HSL color Cylindrical-coordinate representation of color #F11258: hue angle of 341.17º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11258 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 18 88 -
CMYK 0 0.93 0.63 0.05
HSL 341.17º 0.89% 0.51% -
HSV(B) 341.17º 0.93% 0.95% -
XYZ 38.25 19.84 11.05 -
YUV 92.66 125.38 233.81 -
System Red Green Blue C M Y K H S L
Decimal 241 18 88 0 0.93 0.63 0.05 341.17 0.89 0.51
Hex F1 12 58 0 5D 3F 5 155 59 33
Octal 361 22 130 0 135 77 5 525 131 63
Binary 11110001 10010 1011000 0 1011101 111111 101 101010101 1011001 110011

Color Harmonies of #F11258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11258

Black with #F11258

Text Example


Text Example

White with #F11258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11258; }

 p { color: rgb(241,18,88); }

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

background-color css

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

 a { background-color: rgb(241,18,88); }

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

border-color css

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

 span { border-color: rgb(241,18,88); }

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