Html Css Color HEX #F01259 Razzmatazz

📋 copy color: '#F01259'

red 240 ◦ green 18 ◦ blue 89

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

Shades of Razzmatazz #F01259

Tints of Razzmatazz #F01259

RGB

 RED value IS 240 (94.14% from 255) = 69.16%

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

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 69.16%
G = 5.19%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F01259 (or 0xF01259) is known color: Razzmatazz. HEX triplet: F0, 12 and 59. RGB value is (240,18,89). Sum of RGB (Red+Green+Blue) = 240+18+89=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F01259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01259 is #0FEDA6. Grayscale: #5C5C5C. Windows color (decimal): -1043879 or 5837552. OLE color: 5837552.

HSL color Cylindrical-coordinate representation of color #F01259: hue angle of 340.81º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01259 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 89 -
CMYK 0 0.92 0.63 0.06
HSL 340.81º 0.88% 0.51% -
HSV(B) 340.81º 0.93% 0.94% -
XYZ 37.95 19.68 11.25 -
YUV 92.47 126.05 233.23 -
System Red Green Blue C M Y K H S L
Decimal 240 18 89 0 0.92 0.63 0.06 340.81 0.88 0.51
Hex F0 12 59 0 5C 3F 6 155 58 33
Octal 360 22 131 0 134 77 6 525 130 63
Binary 11110000 10010 1011001 0 1011100 111111 110 101010101 1011000 110011

Color Harmonies of #F01259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01259

Black with #F01259

Text Example


Text Example

White with #F01259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01259; }

 p { color: rgb(240,18,89); }

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

background-color css

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

 a { background-color: rgb(240,18,89); }

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

border-color css

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

 span { border-color: rgb(240,18,89); }

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