Html Css Color HEX #F80C66 Razzmatazz

📋 copy color: '#F80C66'

red 248 ◦ green 12 ◦ blue 102

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

Shades of Razzmatazz #F80C66

Tints of Razzmatazz #F80C66

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 68.51%
G = 3.31%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F80C66 (or 0xF80C66) is known color: Razzmatazz. HEX triplet: F8, 0C and 66. RGB value is (248,12,102). Sum of RGB (Red+Green+Blue) = 248+12+102=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80C66 is #07F399. Grayscale: #5C5C5C. Windows color (decimal): -521114 or 6687992. OLE color: 6687992.

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

Color convert

RGB 248 12 102 -
CMYK 0 0.95 0.59 0.03
HSL 337.12º 0.94% 0.51% -
HSV(B) 337.12º 0.95% 0.97% -
XYZ 41.24 21.18 14.48 -
YUV 92.82 133.19 238.68 -
System Red Green Blue C M Y K H S L
Decimal 248 12 102 0 0.95 0.59 0.03 337.12 0.94 0.51
Hex F8 C 66 0 5F 3B 3 151 5E 33
Octal 370 14 146 0 137 73 3 521 136 63
Binary 11111000 1100 1100110 0 1011111 111011 11 101010001 1011110 110011

Color Harmonies of #F80C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80C66

Black with #F80C66

Text Example


Text Example

White with #F80C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80C66; }

 p { color: rgb(248,12,102); }

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

background-color css

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

 a { background-color: rgb(248,12,102); }

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

border-color css

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

 span { border-color: rgb(248,12,102); }

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