Html Css Color HEX #F80066 Razzmatazz

📋 copy color: '#F80066'

red 248 ◦ green 0 ◦ blue 102

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

Shades of Razzmatazz #F80066

Tints of Razzmatazz #F80066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.86%
G = 0%
B = 29.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F80066 (or 0xF80066) is known color: Razzmatazz. HEX triplet: F8, 00 and 66. RGB value is (248,0,102). Sum of RGB (Red+Green+Blue) = 248+0+102=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F80066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80066 is #07FF99. Grayscale: #555555. Windows color (decimal): -524186 or 6684920. OLE color: 6684920.

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

Color convert

RGB 248 0 102 -
CMYK 0 1 0.59 0.03
HSL 335.32º 1% 0.49% -
HSV(B) 335.32º 1% 0.97% -
XYZ 41.11 20.92 14.44 -
YUV 85.78 137.16 243.71 -
System Red Green Blue C M Y K H S L
Decimal 248 0 102 0 1 0.59 0.03 335.32 1 0.49
Hex F8 0 66 0 64 3B 3 14F 64 31
Octal 370 0 146 0 144 73 3 517 144 61
Binary 11111000 0 1100110 0 1100100 111011 11 101001111 1100100 110001

Color Harmonies of #F80066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80066

Black with #F80066

Text Example


Text Example

White with #F80066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80066; }

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

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

background-color css

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

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

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

border-color css

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

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

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