Html Css Color HEX #F80164 Razzmatazz

📋 copy color: '#F80164'

red 248 ◦ green 1 ◦ blue 100

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

Shades of Razzmatazz #F80164

Tints of Razzmatazz #F80164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 100 (39.45% from 255) = 28.65%

R = 71.06%
G = 0.29%
B = 28.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F80164 (or 0xF80164) is known color: Razzmatazz. HEX triplet: F8, 01 and 64. RGB value is (248,1,100). Sum of RGB (Red+Green+Blue) = 248+1+100=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F80164 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80164 is #07FE9B. Grayscale: #555555. Windows color (decimal): -523932 or 6554104. OLE color: 6554104.

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

Color convert

RGB 248 1 100 -
CMYK 0 1.00 0.60 0.03
HSL 335.95º 0.99% 0.49% -
HSV(B) 335.95º 1% 0.97% -
XYZ 41.02 20.9 13.93 -
YUV 86.14 135.83 243.45 -
System Red Green Blue C M Y K H S L
Decimal 248 1 100 0 1.00 0.60 0.03 335.95 0.99 0.49
Hex F8 1 64 0 64 3C 3 150 63 31
Octal 370 1 144 0 144 74 3 520 143 61
Binary 11111000 1 1100100 0 1100100 111100 11 101010000 1100011 110001

Color Harmonies of #F80164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80164

Black with #F80164

Text Example


Text Example

White with #F80164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80164; }

 p { color: rgb(248,1,100); }

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

background-color css

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

 a { background-color: rgb(248,1,100); }

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

border-color css

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

 span { border-color: rgb(248,1,100); }

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