Html Css Color HEX #F80553 Razzmatazz

📋 copy color: '#F80553'

red 248 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #F80553

Tints of Razzmatazz #F80553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 73.81%
G = 1.49%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F80553 (or 0xF80553) is known color: Razzmatazz. HEX triplet: F8, 05 and 53. RGB value is (248,5,83). Sum of RGB (Red+Green+Blue) = 248+5+83=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F80553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80553 is #07FAAC. Grayscale: #565656. Windows color (decimal): -522925 or 5441016. OLE color: 5441016.

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

Color convert

RGB 248 5 83 -
CMYK 0 0.98 0.67 0.03
HSL 340.74º 0.96% 0.5% -
HSV(B) 340.74º 0.98% 0.97% -
XYZ 40.33 20.69 10.05 -
YUV 86.55 126.01 243.16 -
System Red Green Blue C M Y K H S L
Decimal 248 5 83 0 0.98 0.67 0.03 340.74 0.96 0.5
Hex F8 5 53 0 62 43 3 155 60 32
Octal 370 5 123 0 142 103 3 525 140 62
Binary 11111000 101 1010011 0 1100010 1000011 11 101010101 1100000 110010

Color Harmonies of #F80553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80553

Black with #F80553

Text Example


Text Example

White with #F80553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80553; }

 p { color: rgb(248,5,83); }

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

background-color css

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

 a { background-color: rgb(248,5,83); }

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

border-color css

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

 span { border-color: rgb(248,5,83); }

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