Html Css Color HEX #F00850 Razzmatazz

📋 copy color: '#F00850'

red 240 ◦ green 8 ◦ blue 80

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

Shades of Razzmatazz #F00850

Tints of Razzmatazz #F00850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.44%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 73.17%
G = 2.44%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F00850 (or 0xF00850) is known color: Razzmatazz. HEX triplet: F0, 08 and 50. RGB value is (240,8,80). Sum of RGB (Red+Green+Blue) = 240+8+80=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F00850 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00850 is #0FF7AF. Grayscale: #555555. Windows color (decimal): -1046448 or 5245168. OLE color: 5245168.

HSL color Cylindrical-coordinate representation of color #F00850: hue angle of 341.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00850 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 80 -
CMYK 0 0.97 0.67 0.06
HSL 341.38º 0.94% 0.49% -
HSV(B) 341.38º 0.97% 0.94% -
XYZ 37.47 19.28 9.34 -
YUV 85.58 124.86 238.15 -
System Red Green Blue C M Y K H S L
Decimal 240 8 80 0 0.97 0.67 0.06 341.38 0.94 0.49
Hex F0 8 50 0 61 43 6 155 5E 31
Octal 360 10 120 0 141 103 6 525 136 61
Binary 11110000 1000 1010000 0 1100001 1000011 110 101010101 1011110 110001

Color Harmonies of #F00850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00850

Black with #F00850

Text Example


Text Example

White with #F00850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00850; }

 p { color: rgb(240,8,80); }

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

background-color css

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

 a { background-color: rgb(240,8,80); }

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

border-color css

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

 span { border-color: rgb(240,8,80); }

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