Html Css Color HEX #F80254 Razzmatazz

📋 copy color: '#F80254'

red 248 ◦ green 2 ◦ blue 84

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

Shades of Razzmatazz #F80254

Tints of Razzmatazz #F80254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.15%

R = 74.25%
G = 0.6%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F80254 (or 0xF80254) is known color: Razzmatazz. HEX triplet: F8, 02 and 54. RGB value is (248,2,84). Sum of RGB (Red+Green+Blue) = 248+2+84=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F80254 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80254 is #07FDAB. Grayscale: #545454. Windows color (decimal): -523692 or 5505784. OLE color: 5505784.

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

Color convert

RGB 248 2 84 -
CMYK 0 0.99 0.66 0.03
HSL 340º 0.98% 0.49% -
HSV(B) 340º 0.99% 0.97% -
XYZ 40.33 20.64 10.25 -
YUV 84.9 127.5 244.33 -
System Red Green Blue C M Y K H S L
Decimal 248 2 84 0 0.99 0.66 0.03 340 0.98 0.49
Hex F8 2 54 0 63 42 3 154 62 31
Octal 370 2 124 0 143 102 3 524 142 61
Binary 11111000 10 1010100 0 1100011 1000010 11 101010100 1100010 110001

Color Harmonies of #F80254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80254

Black with #F80254

Text Example


Text Example

White with #F80254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80254; }

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

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

background-color css

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

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

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

border-color css

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

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

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