Html Css Color HEX #F00852 Razzmatazz

📋 copy color: '#F00852'

red 240 ◦ green 8 ◦ blue 82

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

Shades of Razzmatazz #F00852

Tints of Razzmatazz #F00852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.85%

R = 72.73%
G = 2.42%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F00852 (or 0xF00852) is known color: Razzmatazz. HEX triplet: F0, 08 and 52. RGB value is (240,8,82). Sum of RGB (Red+Green+Blue) = 240+8+82=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F00852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00852 is #0FF7AD. Grayscale: #555555. Windows color (decimal): -1046446 or 5376240. OLE color: 5376240.

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

Color convert

RGB 240 8 82 -
CMYK 0 0.97 0.66 0.06
HSL 340.86º 0.94% 0.49% -
HSV(B) 340.86º 0.97% 0.94% -
XYZ 37.55 19.31 9.73 -
YUV 85.8 125.86 237.98 -
System Red Green Blue C M Y K H S L
Decimal 240 8 82 0 0.97 0.66 0.06 340.86 0.94 0.49
Hex F0 8 52 0 61 42 6 155 5E 31
Octal 360 10 122 0 141 102 6 525 136 61
Binary 11110000 1000 1010010 0 1100001 1000010 110 101010101 1011110 110001

Color Harmonies of #F00852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00852

Black with #F00852

Text Example


Text Example

White with #F00852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00852; }

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

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

background-color css

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

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

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

border-color css

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

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

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