Html Css Color HEX #F80370 Razzmatazz

📋 copy color: '#F80370'

red 248 ◦ green 3 ◦ blue 112

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

Shades of Razzmatazz #F80370

Tints of Razzmatazz #F80370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 68.32%
G = 0.83%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F80370 (or 0xF80370) is known color: Razzmatazz. HEX triplet: F8, 03 and 70. RGB value is (248,3,112). Sum of RGB (Red+Green+Blue) = 248+3+112=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F80370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80370 is #07FC8F. Grayscale: #585858. Windows color (decimal): -523408 or 7341048. OLE color: 7341048.

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

Color convert

RGB 248 3 112 -
CMYK 0 0.99 0.55 0.03
HSL 333.31º 0.98% 0.49% -
HSV(B) 333.31º 0.99% 0.97% -
XYZ 41.67 21.19 17.22 -
YUV 88.68 141.17 241.64 -
System Red Green Blue C M Y K H S L
Decimal 248 3 112 0 0.99 0.55 0.03 333.31 0.98 0.49
Hex F8 3 70 0 63 37 3 14D 62 31
Octal 370 3 160 0 143 67 3 515 142 61
Binary 11111000 11 1110000 0 1100011 110111 11 101001101 1100010 110001

Color Harmonies of #F80370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80370

Black with #F80370

Text Example


Text Example

White with #F80370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80370; }

 p { color: rgb(248,3,112); }

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

background-color css

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

 a { background-color: rgb(248,3,112); }

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

border-color css

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

 span { border-color: rgb(248,3,112); }

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