Html Css Color HEX #F00453 Razzmatazz

📋 copy color: '#F00453'

red 240 ◦ green 4 ◦ blue 83

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

Shades of Razzmatazz #F00453

Tints of Razzmatazz #F00453

RGB

 RED value IS 240 (94.14% from 255) = 73.39%

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

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

R = 73.39%
G = 1.22%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00453 (or 0xF00453) is known color: Razzmatazz. HEX triplet: F0, 04 and 53. RGB value is (240,4,83). Sum of RGB (Red+Green+Blue) = 240+4+83=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F00453 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00453 is #0FFBAC. Grayscale: #535353. Windows color (decimal): -1047469 or 5440752. OLE color: 5440752.

HSL color Cylindrical-coordinate representation of color #F00453: hue angle of 339.92º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00453 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 83 -
CMYK 0 0.98 0.65 0.06
HSL 339.92º 0.97% 0.48% -
HSV(B) 339.92º 0.98% 0.94% -
XYZ 37.54 19.24 9.92 -
YUV 83.57 127.69 239.58 -
System Red Green Blue C M Y K H S L
Decimal 240 4 83 0 0.98 0.65 0.06 339.92 0.97 0.48
Hex F0 4 53 0 62 41 6 154 61 30
Octal 360 4 123 0 142 101 6 524 141 60
Binary 11110000 100 1010011 0 1100010 1000001 110 101010100 1100001 110000

Color Harmonies of #F00453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00453

Black with #F00453

Text Example


Text Example

White with #F00453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00453; }

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

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

background-color css

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

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

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

border-color css

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

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

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