Html Css Color HEX #F00277 Razzmatazz

📋 copy color: '#F00277'

red 240 ◦ green 2 ◦ blue 119

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

Shades of Razzmatazz #F00277

Tints of Razzmatazz #F00277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 66.48%
G = 0.55%
B = 32.96%

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

#F00277 (or 0xF00277) is known color: Razzmatazz. HEX triplet: F0, 02 and 77. RGB value is (240,2,119). Sum of RGB (Red+Green+Blue) = 240+2+119=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F00277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00277 is #0FFD88. Grayscale: #565656. Windows color (decimal): -1047945 or 7799536. OLE color: 7799536.

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

Color convert

RGB 240 2 119 -
CMYK 0 0.99 0.50 0.06
HSL 330.5º 0.98% 0.47% -
HSV(B) 330.5º 0.99% 0.94% -
XYZ 39.29 19.9 19.22 -
YUV 86.5 146.35 237.49 -
System Red Green Blue C M Y K H S L
Decimal 240 2 119 0 0.99 0.50 0.06 330.5 0.98 0.47
Hex F0 2 77 0 63 32 6 14B 62 2F
Octal 360 2 167 0 143 62 6 513 142 57
Binary 11110000 10 1110111 0 1100011 110010 110 101001011 1100010 101111

Color Harmonies of #F00277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00277

Black with #F00277

Text Example


Text Example

White with #F00277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00277; }

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

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

background-color css

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

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

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

border-color css

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

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

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