Html Css Color HEX #F00253 Razzmatazz

📋 copy color: '#F00253'

red 240 ◦ green 2 ◦ blue 83

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

Shades of Razzmatazz #F00253

Tints of Razzmatazz #F00253

RGB

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

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

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

R = 73.85%
G = 0.62%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00253 (or 0xF00253) is known color: Razzmatazz. HEX triplet: F0, 02 and 53. RGB value is (240,2,83). Sum of RGB (Red+Green+Blue) = 240+2+83=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F00253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00253 is #0FFDAC. Grayscale: #525252. Windows color (decimal): -1047981 or 5440240. OLE color: 5440240.

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

Color convert

RGB 240 2 83 -
CMYK 0 0.99 0.65 0.06
HSL 339.58º 0.98% 0.47% -
HSV(B) 339.58º 0.99% 0.94% -
XYZ 37.52 19.19 9.91 -
YUV 82.4 128.35 240.41 -
System Red Green Blue C M Y K H S L
Decimal 240 2 83 0 0.99 0.65 0.06 339.58 0.98 0.47
Hex F0 2 53 0 63 41 6 154 62 2F
Octal 360 2 123 0 143 101 6 524 142 57
Binary 11110000 10 1010011 0 1100011 1000001 110 101010100 1100010 101111

Color Harmonies of #F00253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00253

Black with #F00253

Text Example


Text Example

White with #F00253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00253; }

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

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

background-color css

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

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

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

border-color css

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

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

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