Html Css Color HEX #F80875 Razzmatazz

📋 copy color: '#F80875'

red 248 ◦ green 8 ◦ blue 117

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

Shades of Razzmatazz #F80875

Tints of Razzmatazz #F80875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

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

R = 66.49%
G = 2.14%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F80875 (or 0xF80875) is known color: Razzmatazz. HEX triplet: F8, 08 and 75. RGB value is (248,8,117). Sum of RGB (Red+Green+Blue) = 248+8+117=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F80875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80875 is #07F78A. Grayscale: #5B5B5B. Windows color (decimal): -522123 or 7670008. OLE color: 7670008.

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

Color convert

RGB 248 8 117 -
CMYK 0 0.97 0.53 0.03
HSL 332.75º 0.94% 0.5% -
HSV(B) 332.75º 0.97% 0.97% -
XYZ 42.01 21.41 18.75 -
YUV 92.19 142.01 239.14 -
System Red Green Blue C M Y K H S L
Decimal 248 8 117 0 0.97 0.53 0.03 332.75 0.94 0.5
Hex F8 8 75 0 61 35 3 14D 5E 32
Octal 370 10 165 0 141 65 3 515 136 62
Binary 11111000 1000 1110101 0 1100001 110101 11 101001101 1011110 110010

Color Harmonies of #F80875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80875

Black with #F80875

Text Example


Text Example

White with #F80875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80875; }

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

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

background-color css

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

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

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

border-color css

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

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

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