Html Css Color HEX #F80173 Razzmatazz

📋 copy color: '#F80173'

red 248 ◦ green 1 ◦ blue 115

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

Shades of Razzmatazz #F80173

Tints of Razzmatazz #F80173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 68.13%
G = 0.27%
B = 31.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F80173 (or 0xF80173) is known color: Razzmatazz. HEX triplet: F8, 01 and 73. RGB value is (248,1,115). Sum of RGB (Red+Green+Blue) = 248+1+115=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F80173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80173 is #07FE8C. Grayscale: #575757. Windows color (decimal): -523917 or 7537144. OLE color: 7537144.

HSL color Cylindrical-coordinate representation of color #F80173: hue angle of 332.31º 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 #F80173 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 1 115 -
CMYK 0 1.00 0.54 0.03
HSL 332.31º 0.99% 0.49% -
HSV(B) 332.31º 1% 0.97% -
XYZ 41.82 21.22 18.11 -
YUV 87.85 143.33 242.23 -
System Red Green Blue C M Y K H S L
Decimal 248 1 115 0 1.00 0.54 0.03 332.31 0.99 0.49
Hex F8 1 73 0 64 36 3 14C 63 31
Octal 370 1 163 0 144 66 3 514 143 61
Binary 11111000 1 1110011 0 1100100 110110 11 101001100 1100011 110001

Color Harmonies of #F80173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80173

Black with #F80173

Text Example


Text Example

White with #F80173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80173; }

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

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

background-color css

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

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

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

border-color css

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

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

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