Html Css Color HEX #F0024A Razzmatazz

📋 copy color: '#F0024A'

red 240 ◦ green 2 ◦ blue 74

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

Shades of Razzmatazz #F0024A

Tints of Razzmatazz #F0024A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 75.95%
G = 0.63%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0024A (or 0xF0024A) is known color: Razzmatazz. HEX triplet: F0, 02 and 4A. RGB value is (240,2,74). Sum of RGB (Red+Green+Blue) = 240+2+74=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F0024A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0024A is #0FFDB5. Grayscale: #515151. Windows color (decimal): -1047990 or 4850416. OLE color: 4850416.

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

Color convert

RGB 240 2 74 -
CMYK 0 0.99 0.69 0.06
HSL 341.85º 0.98% 0.47% -
HSV(B) 341.85º 0.99% 0.94% -
XYZ 37.19 19.06 8.2 -
YUV 81.37 123.85 241.15 -
System Red Green Blue C M Y K H S L
Decimal 240 2 74 0 0.99 0.69 0.06 341.85 0.98 0.47
Hex F0 2 4A 0 63 45 6 156 62 2F
Octal 360 2 112 0 143 105 6 526 142 57
Binary 11110000 10 1001010 0 1100011 1000101 110 101010110 1100010 101111

Color Harmonies of #F0024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0024A

Black with #F0024A

Text Example


Text Example

White with #F0024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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