Html Css Color HEX #F50453 Razzmatazz

📋 copy color: '#F50453'

red 245 ◦ green 4 ◦ blue 83

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

Shades of Razzmatazz #F50453

Tints of Razzmatazz #F50453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

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

R = 73.8%
G = 1.2%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F50453 (or 0xF50453) is known color: Razzmatazz. HEX triplet: F5, 04 and 53. RGB value is (245,4,83). Sum of RGB (Red+Green+Blue) = 245+4+83=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F50453 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50453 is #0AFBAC. Grayscale: #545454. Windows color (decimal): -719789 or 5440757. OLE color: 5440757.

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

Color convert

RGB 245 4 83 -
CMYK 0 0.98 0.66 0.04
HSL 340.33º 0.97% 0.49% -
HSV(B) 340.33º 0.98% 0.96% -
XYZ 39.26 20.12 10 -
YUV 85.07 126.84 242.08 -
System Red Green Blue C M Y K H S L
Decimal 245 4 83 0 0.98 0.66 0.04 340.33 0.97 0.49
Hex F5 4 53 0 62 42 4 154 61 31
Octal 365 4 123 0 142 102 4 524 141 61
Binary 11110101 100 1010011 0 1100010 1000010 100 101010100 1100001 110001

Color Harmonies of #F50453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50453

Black with #F50453

Text Example


Text Example

White with #F50453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50453; }

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

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

background-color css

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

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

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

border-color css

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

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

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