Html Css Color HEX #F50253 Razzmatazz

📋 copy color: '#F50253'

red 245 ◦ green 2 ◦ blue 83

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

Shades of Razzmatazz #F50253

Tints of Razzmatazz #F50253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 74.24%
G = 0.61%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F50253 (or 0xF50253) is known color: Razzmatazz. HEX triplet: F5, 02 and 53. RGB value is (245,2,83). Sum of RGB (Red+Green+Blue) = 245+2+83=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F50253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50253 is #0AFDAC. Grayscale: #535353. Windows color (decimal): -720301 or 5440245. OLE color: 5440245.

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

Color convert

RGB 245 2 83 -
CMYK 0 0.99 0.66 0.04
HSL 340º 0.98% 0.48% -
HSV(B) 340º 0.99% 0.96% -
XYZ 39.24 20.08 9.99 -
YUV 83.89 127.51 242.91 -
System Red Green Blue C M Y K H S L
Decimal 245 2 83 0 0.99 0.66 0.04 340 0.98 0.48
Hex F5 2 53 0 63 42 4 154 62 30
Octal 365 2 123 0 143 102 4 524 142 60
Binary 11110101 10 1010011 0 1100011 1000010 100 101010100 1100010 110000

Color Harmonies of #F50253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50253

Black with #F50253

Text Example


Text Example

White with #F50253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50253; }

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

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

background-color css

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

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

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

border-color css

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

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

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