Html Css Color HEX #F80962 Razzmatazz

📋 copy color: '#F80962'

red 248 ◦ green 9 ◦ blue 98

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

Shades of Razzmatazz #F80962

Tints of Razzmatazz #F80962

RGB

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

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

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

R = 69.86%
G = 2.54%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F80962 (or 0xF80962) is known color: Razzmatazz. HEX triplet: F8, 09 and 62. RGB value is (248,9,98). Sum of RGB (Red+Green+Blue) = 248+9+98=355 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.86% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 248 - color contains mainly: red. Hex color #F80962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80962 is #07F69D. Grayscale: #5A5A5A. Windows color (decimal): -521886 or 6425080. OLE color: 6425080.

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

Color convert

RGB 248 9 98 -
CMYK 0 0.96 0.60 0.03
HSL 337.66º 0.94% 0.5% -
HSV(B) 337.66º 0.96% 0.97% -
XYZ 41.01 21.03 13.45 -
YUV 90.61 132.18 240.26 -
System Red Green Blue C M Y K H S L
Decimal 248 9 98 0 0.96 0.60 0.03 337.66 0.94 0.5
Hex F8 9 62 0 60 3C 3 152 5E 32
Octal 370 11 142 0 140 74 3 522 136 62
Binary 11111000 1001 1100010 0 1100000 111100 11 101010010 1011110 110010

Color Harmonies of #F80962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80962

Black with #F80962

Text Example


Text Example

White with #F80962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80962; }

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

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

background-color css

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

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

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

border-color css

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

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

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