Html Css Color HEX #F80C73 Razzmatazz

📋 copy color: '#F80C73'

red 248 ◦ green 12 ◦ blue 115

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

Shades of Razzmatazz #F80C73

Tints of Razzmatazz #F80C73

RGB

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

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

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

R = 66.13%
G = 3.2%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F80C73 (or 0xF80C73) is known color: Razzmatazz. HEX triplet: F8, 0C and 73. RGB value is (248,12,115). Sum of RGB (Red+Green+Blue) = 248+12+115=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80C73 is #07F38C. Grayscale: #5E5E5E. Windows color (decimal): -521101 or 7539960. OLE color: 7539960.

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

Color convert

RGB 248 12 115 -
CMYK 0 0.95 0.54 0.03
HSL 333.81º 0.94% 0.51% -
HSV(B) 333.81º 0.95% 0.97% -
XYZ 41.94 21.46 18.15 -
YUV 94.31 139.69 237.62 -
System Red Green Blue C M Y K H S L
Decimal 248 12 115 0 0.95 0.54 0.03 333.81 0.94 0.51
Hex F8 C 73 0 5F 36 3 14E 5E 33
Octal 370 14 163 0 137 66 3 516 136 63
Binary 11111000 1100 1110011 0 1011111 110110 11 101001110 1011110 110011

Color Harmonies of #F80C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80C73

Black with #F80C73

Text Example


Text Example

White with #F80C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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