Html Css Color HEX #F80B66 Razzmatazz

📋 copy color: '#F80B66'

red 248 ◦ green 11 ◦ blue 102

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

Shades of Razzmatazz #F80B66

Tints of Razzmatazz #F80B66

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.05%

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

R = 68.7%
G = 3.05%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F80B66 (or 0xF80B66) is known color: Razzmatazz. HEX triplet: F8, 0B and 66. RGB value is (248,11,102). Sum of RGB (Red+Green+Blue) = 248+11+102=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B66 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80B66 is #07F499. Grayscale: #5C5C5C. Windows color (decimal): -521370 or 6687736. OLE color: 6687736.

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

Color convert

RGB 248 11 102 -
CMYK 0 0.96 0.59 0.03
HSL 336.96º 0.94% 0.51% -
HSV(B) 336.96º 0.96% 0.97% -
XYZ 41.23 21.16 14.48 -
YUV 92.24 133.52 239.1 -
System Red Green Blue C M Y K H S L
Decimal 248 11 102 0 0.96 0.59 0.03 336.96 0.94 0.51
Hex F8 B 66 0 60 3B 3 151 5E 33
Octal 370 13 146 0 140 73 3 521 136 63
Binary 11111000 1011 1100110 0 1100000 111011 11 101010001 1011110 110011

Color Harmonies of #F80B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80B66

Black with #F80B66

Text Example


Text Example

White with #F80B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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