Html Css Color HEX #F40253 Razzmatazz

📋 copy color: '#F40253'

red 244 ◦ green 2 ◦ blue 83

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

Shades of Razzmatazz #F40253

Tints of Razzmatazz #F40253

RGB

 RED value IS 244 (95.7% from 255) = 74.16%

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

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

R = 74.16%
G = 0.61%
B = 25.23%

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

#F40253 (or 0xF40253) is known color: Razzmatazz. HEX triplet: F4, 02 and 53. RGB value is (244,2,83). Sum of RGB (Red+Green+Blue) = 244+2+83=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F40253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40253 is #0BFDAC. Grayscale: #535353. Windows color (decimal): -785837 or 5440244. OLE color: 5440244.

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

Color convert

RGB 244 2 83 -
CMYK 0 0.99 0.66 0.04
HSL 339.92º 0.98% 0.48% -
HSV(B) 339.92º 0.99% 0.96% -
XYZ 38.89 19.9 9.98 -
YUV 83.59 127.67 242.41 -
System Red Green Blue C M Y K H S L
Decimal 244 2 83 0 0.99 0.66 0.04 339.92 0.98 0.48
Hex F4 2 53 0 63 42 4 154 62 30
Octal 364 2 123 0 143 102 4 524 142 60
Binary 11110100 10 1010011 0 1100011 1000010 100 101010100 1100010 110000

Color Harmonies of #F40253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40253

Black with #F40253

Text Example


Text Example

White with #F40253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40253; }

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

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

background-color css

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

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

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

border-color css

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

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

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