Html Css Color HEX #F00962 Razzmatazz

📋 copy color: '#F00962'

red 240 ◦ green 9 ◦ blue 98

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

Shades of Razzmatazz #F00962

Tints of Razzmatazz #F00962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.59%

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 69.16%
G = 2.59%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F00962 (or 0xF00962) is known color: Razzmatazz. HEX triplet: F0, 09 and 62. RGB value is (240,9,98). Sum of RGB (Red+Green+Blue) = 240+9+98=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F00962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00962 is #0FF69D. Grayscale: #585858. Windows color (decimal): -1046174 or 6425072. OLE color: 6425072.

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

Color convert

RGB 240 9 98 -
CMYK 0 0.96 0.59 0.06
HSL 336.88º 0.93% 0.49% -
HSV(B) 336.88º 0.96% 0.94% -
XYZ 38.24 19.6 13.32 -
YUV 88.22 133.53 236.26 -
System Red Green Blue C M Y K H S L
Decimal 240 9 98 0 0.96 0.59 0.06 336.88 0.93 0.49
Hex F0 9 62 0 60 3B 6 151 5D 31
Octal 360 11 142 0 140 73 6 521 135 61
Binary 11110000 1001 1100010 0 1100000 111011 110 101010001 1011101 110001

Color Harmonies of #F00962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00962

Black with #F00962

Text Example


Text Example

White with #F00962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00962; }

 p { color: rgb(240,9,98); }

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

background-color css

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

 a { background-color: rgb(240,9,98); }

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

border-color css

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

 span { border-color: rgb(240,9,98); }

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