Html Css Color HEX #F80462 Razzmatazz

📋 copy color: '#F80462'

red 248 ◦ green 4 ◦ blue 98

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

Shades of Razzmatazz #F80462

Tints of Razzmatazz #F80462

RGB

 RED value IS 248 (97.27% from 255) = 70.86%

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

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

R = 70.86%
G = 1.14%
B = 28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F80462 (or 0xF80462) is known color: Razzmatazz. HEX triplet: F8, 04 and 62. RGB value is (248,4,98). Sum of RGB (Red+Green+Blue) = 248+4+98=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F80462 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80462 is #07FB9D. Grayscale: #575757. Windows color (decimal): -523166 or 6423800. OLE color: 6423800.

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

Color convert

RGB 248 4 98 -
CMYK 0 0.98 0.60 0.03
HSL 336.89º 0.97% 0.49% -
HSV(B) 336.89º 0.98% 0.97% -
XYZ 40.96 20.93 13.44 -
YUV 87.67 133.84 242.36 -
System Red Green Blue C M Y K H S L
Decimal 248 4 98 0 0.98 0.60 0.03 336.89 0.97 0.49
Hex F8 4 62 0 62 3C 3 151 61 31
Octal 370 4 142 0 142 74 3 521 141 61
Binary 11111000 100 1100010 0 1100010 111100 11 101010001 1100001 110001

Color Harmonies of #F80462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80462

Black with #F80462

Text Example


Text Example

White with #F80462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80462; }

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

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

background-color css

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

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

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

border-color css

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

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

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