Html Css Color HEX #F50260 Razzmatazz

📋 copy color: '#F50260'

red 245 ◦ green 2 ◦ blue 96

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

Shades of Razzmatazz #F50260

Tints of Razzmatazz #F50260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 71.43%
G = 0.58%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F50260 (or 0xF50260) is known color: Razzmatazz. HEX triplet: F5, 02 and 60. RGB value is (245,2,96). Sum of RGB (Red+Green+Blue) = 245+2+96=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F50260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50260 is #0AFD9F. Grayscale: #555555. Windows color (decimal): -720288 or 6292213. OLE color: 6292213.

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

Color convert

RGB 245 2 96 -
CMYK 0 0.99 0.61 0.04
HSL 336.79º 0.98% 0.48% -
HSV(B) 336.79º 0.99% 0.96% -
XYZ 39.79 20.3 12.89 -
YUV 85.37 134.01 241.86 -
System Red Green Blue C M Y K H S L
Decimal 245 2 96 0 0.99 0.61 0.04 336.79 0.98 0.48
Hex F5 2 60 0 63 3D 4 151 62 30
Octal 365 2 140 0 143 75 4 521 142 60
Binary 11110101 10 1100000 0 1100011 111101 100 101010001 1100010 110000

Color Harmonies of #F50260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50260

Black with #F50260

Text Example


Text Example

White with #F50260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50260; }

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

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

background-color css

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

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

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

border-color css

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

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

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