Html Css Color HEX #F50277 Razzmatazz

📋 copy color: '#F50277'

red 245 ◦ green 2 ◦ blue 119

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

Shades of Razzmatazz #F50277

Tints of Razzmatazz #F50277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.51%

R = 66.94%
G = 0.55%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F50277 (or 0xF50277) is known color: Razzmatazz. HEX triplet: F5, 02 and 77. RGB value is (245,2,119). Sum of RGB (Red+Green+Blue) = 245+2+119=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F50277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50277 is #0AFD88. Grayscale: #575757. Windows color (decimal): -720265 or 7799541. OLE color: 7799541.

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

Color convert

RGB 245 2 119 -
CMYK 0 0.99 0.51 0.04
HSL 331.11º 0.98% 0.48% -
HSV(B) 331.11º 0.99% 0.96% -
XYZ 41.01 20.79 19.3 -
YUV 88 145.51 239.99 -
System Red Green Blue C M Y K H S L
Decimal 245 2 119 0 0.99 0.51 0.04 331.11 0.98 0.48
Hex F5 2 77 0 63 33 4 14B 62 30
Octal 365 2 167 0 143 63 4 513 142 60
Binary 11110101 10 1110111 0 1100011 110011 100 101001011 1100010 110000

Color Harmonies of #F50277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50277

Black with #F50277

Text Example


Text Example

White with #F50277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50277; }

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

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

background-color css

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

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

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

border-color css

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

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

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