Html Css Color HEX #F00053 Razzmatazz

📋 copy color: '#F00053'

red 240 ◦ green 0 ◦ blue 83

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

Shades of Razzmatazz #F00053

Tints of Razzmatazz #F00053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.3%
G = 0%
B = 25.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00053 (or 0xF00053) is known color: Razzmatazz. HEX triplet: F0, 00 and 53. RGB value is (240,0,83). Sum of RGB (Red+Green+Blue) = 240+0+83=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F00053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00053 is #0FFFAC. Grayscale: #515151. Windows color (decimal): -1048493 or 5439728. OLE color: 5439728.

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

Color convert

RGB 240 0 83 -
CMYK 0 1 0.65 0.06
HSL 339.25º 1% 0.47% -
HSV(B) 339.25º 1% 0.94% -
XYZ 37.5 19.15 9.9 -
YUV 81.22 129.01 241.25 -
System Red Green Blue C M Y K H S L
Decimal 240 0 83 0 1 0.65 0.06 339.25 1 0.47
Hex F0 0 53 0 64 41 6 153 64 2F
Octal 360 0 123 0 144 101 6 523 144 57
Binary 11110000 0 1010011 0 1100100 1000001 110 101010011 1100100 101111

Color Harmonies of #F00053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00053

Black with #F00053

Text Example


Text Example

White with #F00053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00053; }

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

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

background-color css

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

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

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

border-color css

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

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

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