Html Css Color HEX #F50273 Razzmatazz

📋 copy color: '#F50273'

red 245 ◦ green 2 ◦ blue 115

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

Shades of Razzmatazz #F50273

Tints of Razzmatazz #F50273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 67.68%
G = 0.55%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F50273 (or 0xF50273) is known color: Razzmatazz. HEX triplet: F5, 02 and 73. RGB value is (245,2,115). Sum of RGB (Red+Green+Blue) = 245+2+115=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F50273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50273 is #0AFD8C. Grayscale: #575757. Windows color (decimal): -720269 or 7537397. OLE color: 7537397.

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

Color convert

RGB 245 2 115 -
CMYK 0 0.99 0.53 0.04
HSL 332.1º 0.98% 0.48% -
HSV(B) 332.1º 0.99% 0.96% -
XYZ 40.77 20.69 18.06 -
YUV 87.54 143.51 240.31 -
System Red Green Blue C M Y K H S L
Decimal 245 2 115 0 0.99 0.53 0.04 332.1 0.98 0.48
Hex F5 2 73 0 63 35 4 14C 62 30
Octal 365 2 163 0 143 65 4 514 142 60
Binary 11110101 10 1110011 0 1100011 110101 100 101001100 1100010 110000

Color Harmonies of #F50273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50273

Black with #F50273

Text Example


Text Example

White with #F50273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50273; }

 p { color: rgb(245,2,115); }

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

background-color css

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

 a { background-color: rgb(245,2,115); }

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

border-color css

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

 span { border-color: rgb(245,2,115); }

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