Html Css Color HEX #F00272 Razzmatazz

📋 copy color: '#F00272'

red 240 ◦ green 2 ◦ blue 114

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

Shades of Razzmatazz #F00272

Tints of Razzmatazz #F00272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 67.42%
G = 0.56%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F00272 (or 0xF00272) is known color: Razzmatazz. HEX triplet: F0, 02 and 72. RGB value is (240,2,114). Sum of RGB (Red+Green+Blue) = 240+2+114=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F00272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00272 is #0FFD8D. Grayscale: #555555. Windows color (decimal): -1047950 or 7471856. OLE color: 7471856.

HSL color Cylindrical-coordinate representation of color #F00272: hue angle of 331.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00272 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 114 -
CMYK 0 0.99 0.52 0.06
HSL 331.76º 0.98% 0.47% -
HSV(B) 331.76º 0.99% 0.94% -
XYZ 38.99 19.78 17.68 -
YUV 85.93 143.85 237.89 -
System Red Green Blue C M Y K H S L
Decimal 240 2 114 0 0.99 0.52 0.06 331.76 0.98 0.47
Hex F0 2 72 0 63 34 6 14C 62 2F
Octal 360 2 162 0 143 64 6 514 142 57
Binary 11110000 10 1110010 0 1100011 110100 110 101001100 1100010 101111

Color Harmonies of #F00272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00272

Black with #F00272

Text Example


Text Example

White with #F00272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00272; }

 p { color: rgb(240,2,114); }

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

background-color css

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

 a { background-color: rgb(240,2,114); }

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

border-color css

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

 span { border-color: rgb(240,2,114); }

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