Html Css Color HEX #F80175 Razzmatazz

📋 copy color: '#F80175'

red 248 ◦ green 1 ◦ blue 117

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

Shades of Razzmatazz #F80175

Tints of Razzmatazz #F80175

RGB

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

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

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

R = 67.76%
G = 0.27%
B = 31.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F80175 (or 0xF80175) is known color: Razzmatazz. HEX triplet: F8, 01 and 75. RGB value is (248,1,117). Sum of RGB (Red+Green+Blue) = 248+1+117=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F80175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80175 is #07FE8A. Grayscale: #575757. Windows color (decimal): -523915 or 7668216. OLE color: 7668216.

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

Color convert

RGB 248 1 117 -
CMYK 0 1.00 0.53 0.03
HSL 331.82º 0.99% 0.49% -
HSV(B) 331.82º 1% 0.97% -
XYZ 41.93 21.26 18.72 -
YUV 88.08 144.33 242.07 -
System Red Green Blue C M Y K H S L
Decimal 248 1 117 0 1.00 0.53 0.03 331.82 0.99 0.49
Hex F8 1 75 0 64 35 3 14C 63 31
Octal 370 1 165 0 144 65 3 514 143 61
Binary 11111000 1 1110101 0 1100100 110101 11 101001100 1100011 110001

Color Harmonies of #F80175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80175

Black with #F80175

Text Example


Text Example

White with #F80175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80175; }

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

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

background-color css

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

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

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

border-color css

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

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

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