Html Css Color HEX #F00853 Razzmatazz

📋 copy color: '#F00853'

red 240 ◦ green 8 ◦ blue 83

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

Shades of Razzmatazz #F00853

Tints of Razzmatazz #F00853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 72.51%
G = 2.42%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00853 (or 0xF00853) is known color: Razzmatazz. HEX triplet: F0, 08 and 53. RGB value is (240,8,83). Sum of RGB (Red+Green+Blue) = 240+8+83=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F00853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00853 is #0FF7AC. Grayscale: #555555. Windows color (decimal): -1046445 or 5441776. OLE color: 5441776.

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

Color convert

RGB 240 8 83 -
CMYK 0 0.97 0.65 0.06
HSL 340.6º 0.94% 0.49% -
HSV(B) 340.6º 0.97% 0.94% -
XYZ 37.58 19.32 9.93 -
YUV 85.92 126.36 237.9 -
System Red Green Blue C M Y K H S L
Decimal 240 8 83 0 0.97 0.65 0.06 340.6 0.94 0.49
Hex F0 8 53 0 61 41 6 155 5E 31
Octal 360 10 123 0 141 101 6 525 136 61
Binary 11110000 1000 1010011 0 1100001 1000001 110 101010101 1011110 110001

Color Harmonies of #F00853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00853

Black with #F00853

Text Example


Text Example

White with #F00853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00853; }

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

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

background-color css

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

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

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

border-color css

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

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

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