Html Css Color HEX #F80275 Razzmatazz

📋 copy color: '#F80275'

red 248 ◦ green 2 ◦ blue 117

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

Shades of Razzmatazz #F80275

Tints of Razzmatazz #F80275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 67.57%
G = 0.54%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F80275 (or 0xF80275) is known color: Razzmatazz. HEX triplet: F8, 02 and 75. RGB value is (248,2,117). Sum of RGB (Red+Green+Blue) = 248+2+117=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F80275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80275 is #07FD8A. Grayscale: #585858. Windows color (decimal): -523659 or 7668472. OLE color: 7668472.

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

Color convert

RGB 248 2 117 -
CMYK 0 0.99 0.53 0.03
HSL 331.95º 0.98% 0.49% -
HSV(B) 331.95º 0.99% 0.97% -
XYZ 41.94 21.28 18.73 -
YUV 88.66 144 241.65 -
System Red Green Blue C M Y K H S L
Decimal 248 2 117 0 0.99 0.53 0.03 331.95 0.98 0.49
Hex F8 2 75 0 63 35 3 14C 62 31
Octal 370 2 165 0 143 65 3 514 142 61
Binary 11111000 10 1110101 0 1100011 110101 11 101001100 1100010 110001

Color Harmonies of #F80275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80275

Black with #F80275

Text Example


Text Example

White with #F80275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80275; }

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

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

background-color css

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

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

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

border-color css

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

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

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