Html Css Color HEX #F80A75 Razzmatazz

📋 copy color: '#F80A75'

red 248 ◦ green 10 ◦ blue 117

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

Shades of Razzmatazz #F80A75

Tints of Razzmatazz #F80A75

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.67%

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 66.13%
G = 2.67%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F80A75 (or 0xF80A75) is known color: Razzmatazz. HEX triplet: F8, 0A and 75. RGB value is (248,10,117). Sum of RGB (Red+Green+Blue) = 248+10+117=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80A75 is #07F58A. Grayscale: #5D5D5D. Windows color (decimal): -521611 or 7670520. OLE color: 7670520.

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

Color convert

RGB 248 10 117 -
CMYK 0 0.96 0.53 0.03
HSL 333.03º 0.94% 0.51% -
HSV(B) 333.03º 0.96% 0.97% -
XYZ 42.03 21.46 18.76 -
YUV 93.36 141.35 238.3 -
System Red Green Blue C M Y K H S L
Decimal 248 10 117 0 0.96 0.53 0.03 333.03 0.94 0.51
Hex F8 A 75 0 60 35 3 14D 5E 33
Octal 370 12 165 0 140 65 3 515 136 63
Binary 11111000 1010 1110101 0 1100000 110101 11 101001101 1011110 110011

Color Harmonies of #F80A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80A75

Black with #F80A75

Text Example


Text Example

White with #F80A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80A75; }

 p { color: rgb(248,10,117); }

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

background-color css

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

 a { background-color: rgb(248,10,117); }

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

border-color css

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

 span { border-color: rgb(248,10,117); }

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