Html Css Color HEX #F00462 Razzmatazz

📋 copy color: '#F00462'

red 240 ◦ green 4 ◦ blue 98

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

Shades of Razzmatazz #F00462

Tints of Razzmatazz #F00462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

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

R = 70.18%
G = 1.17%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F00462 (or 0xF00462) is known color: Razzmatazz. HEX triplet: F0, 04 and 62. RGB value is (240,4,98). Sum of RGB (Red+Green+Blue) = 240+4+98=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F00462 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00462 is #0FFB9D. Grayscale: #555555. Windows color (decimal): -1047454 or 6423792. OLE color: 6423792.

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

Color convert

RGB 240 4 98 -
CMYK 0 0.98 0.59 0.06
HSL 336.1º 0.97% 0.48% -
HSV(B) 336.1º 0.98% 0.94% -
XYZ 38.18 19.49 13.31 -
YUV 85.28 135.19 238.36 -
System Red Green Blue C M Y K H S L
Decimal 240 4 98 0 0.98 0.59 0.06 336.1 0.97 0.48
Hex F0 4 62 0 62 3B 6 150 61 30
Octal 360 4 142 0 142 73 6 520 141 60
Binary 11110000 100 1100010 0 1100010 111011 110 101010000 1100001 110000

Color Harmonies of #F00462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00462

Black with #F00462

Text Example


Text Example

White with #F00462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00462; }

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

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

background-color css

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

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

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

border-color css

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

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

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