Html Css Color HEX #F80055 Razzmatazz

📋 copy color: '#F80055'

red 248 ◦ green 0 ◦ blue 85

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

Shades of Razzmatazz #F80055

Tints of Razzmatazz #F80055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 74.47%
G = 0%
B = 25.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F80055 (or 0xF80055) is known color: Razzmatazz. HEX triplet: F8, 00 and 55. RGB value is (248,0,85). Sum of RGB (Red+Green+Blue) = 248+0+85=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F80055 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80055 is #07FFAA. Grayscale: #535353. Windows color (decimal): -524203 or 5570808. OLE color: 5570808.

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

Color convert

RGB 248 0 85 -
CMYK 0 1 0.66 0.03
HSL 339.44º 1% 0.49% -
HSV(B) 339.44º 1% 0.97% -
XYZ 40.35 20.61 10.45 -
YUV 83.84 128.66 245.09 -
System Red Green Blue C M Y K H S L
Decimal 248 0 85 0 1 0.66 0.03 339.44 1 0.49
Hex F8 0 55 0 64 42 3 153 64 31
Octal 370 0 125 0 144 102 3 523 144 61
Binary 11111000 0 1010101 0 1100100 1000010 11 101010011 1100100 110001

Color Harmonies of #F80055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80055

Black with #F80055

Text Example


Text Example

White with #F80055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80055; }

 p { color: rgb(248,0,85); }

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

background-color css

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

 a { background-color: rgb(248,0,85); }

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

border-color css

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

 span { border-color: rgb(248,0,85); }

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