Html Css Color HEX #F00279 Razzmatazz

📋 copy color: '#F00279'

red 240 ◦ green 2 ◦ blue 121

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

Shades of Razzmatazz #F00279

Tints of Razzmatazz #F00279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 66.12%
G = 0.55%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F00279 (or 0xF00279) is known color: Razzmatazz. HEX triplet: F0, 02 and 79. RGB value is (240,2,121). Sum of RGB (Red+Green+Blue) = 240+2+121=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F00279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00279 is #0FFD86. Grayscale: #565656. Windows color (decimal): -1047943 or 7930608. OLE color: 7930608.

HSL color Cylindrical-coordinate representation of color #F00279: hue angle of 330º 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 #F00279 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 121 -
CMYK 0 0.99 0.50 0.06
HSL 330º 0.98% 0.47% -
HSV(B) 330º 0.99% 0.94% -
XYZ 39.41 19.95 19.86 -
YUV 86.73 147.35 237.32 -
System Red Green Blue C M Y K H S L
Decimal 240 2 121 0 0.99 0.50 0.06 330 0.98 0.47
Hex F0 2 79 0 63 32 6 14A 62 2F
Octal 360 2 171 0 143 62 6 512 142 57
Binary 11110000 10 1111001 0 1100011 110010 110 101001010 1100010 101111

Color Harmonies of #F00279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00279

Black with #F00279

Text Example


Text Example

White with #F00279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00279; }

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

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

background-color css

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

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

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

border-color css

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

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

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