Html Css Color HEX #F00A53 Razzmatazz

📋 copy color: '#F00A53'

red 240 ◦ green 10 ◦ blue 83

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

Shades of Razzmatazz #F00A53

Tints of Razzmatazz #F00A53

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3%

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

R = 72.07%
G = 3%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00A53 (or 0xF00A53) is known color: Razzmatazz. HEX triplet: F0, 0A and 53. RGB value is (240,10,83). Sum of RGB (Red+Green+Blue) = 240+10+83=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A53 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A53 is #0FF5AC. Grayscale: #575757. Windows color (decimal): -1045933 or 5442288. OLE color: 5442288.

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

Color convert

RGB 240 10 83 -
CMYK 0 0.96 0.65 0.06
HSL 340.96º 0.92% 0.49% -
HSV(B) 340.96º 0.96% 0.94% -
XYZ 37.61 19.37 9.94 -
YUV 87.09 125.7 237.06 -
System Red Green Blue C M Y K H S L
Decimal 240 10 83 0 0.96 0.65 0.06 340.96 0.92 0.49
Hex F0 A 53 0 60 41 6 155 5C 31
Octal 360 12 123 0 140 101 6 525 134 61
Binary 11110000 1010 1010011 0 1100000 1000001 110 101010101 1011100 110001

Color Harmonies of #F00A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A53

Black with #F00A53

Text Example


Text Example

White with #F00A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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