Html Css Color HEX #F50370 Razzmatazz

📋 copy color: '#F50370'

red 245 ◦ green 3 ◦ blue 112

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

Shades of Razzmatazz #F50370

Tints of Razzmatazz #F50370

RGB

 RED value IS 245 (96.09% from 255) = 68.06%

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

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

R = 68.06%
G = 0.83%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F50370 (or 0xF50370) is known color: Razzmatazz. HEX triplet: F5, 03 and 70. RGB value is (245,3,112). Sum of RGB (Red+Green+Blue) = 245+3+112=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F50370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50370 is #0AFC8F. Grayscale: #575757. Windows color (decimal): -720016 or 7341045. OLE color: 7341045.

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

Color convert

RGB 245 3 112 -
CMYK 0 0.99 0.54 0.04
HSL 332.98º 0.98% 0.49% -
HSV(B) 332.98º 0.99% 0.96% -
XYZ 40.61 20.65 17.17 -
YUV 87.78 141.67 240.14 -
System Red Green Blue C M Y K H S L
Decimal 245 3 112 0 0.99 0.54 0.04 332.98 0.98 0.49
Hex F5 3 70 0 63 36 4 14D 62 31
Octal 365 3 160 0 143 66 4 515 142 61
Binary 11110101 11 1110000 0 1100011 110110 100 101001101 1100010 110001

Color Harmonies of #F50370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50370

Black with #F50370

Text Example


Text Example

White with #F50370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50370; }

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

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

background-color css

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

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

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

border-color css

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

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

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