Html Css Color HEX #F0024F Razzmatazz

📋 copy color: '#F0024F'

red 240 ◦ green 2 ◦ blue 79

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

Shades of Razzmatazz #F0024F

Tints of Razzmatazz #F0024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 74.77%
G = 0.62%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0024F (or 0xF0024F) is known color: Razzmatazz. HEX triplet: F0, 02 and 4F. RGB value is (240,2,79). Sum of RGB (Red+Green+Blue) = 240+2+79=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0024F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0024F is #0FFDB0. Grayscale: #515151. Windows color (decimal): -1047985 or 5178096. OLE color: 5178096.

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

Color convert

RGB 240 2 79 -
CMYK 0 0.99 0.67 0.06
HSL 340.59º 0.98% 0.47% -
HSV(B) 340.59º 0.99% 0.94% -
XYZ 37.37 19.13 9.12 -
YUV 81.94 126.35 240.74 -
System Red Green Blue C M Y K H S L
Decimal 240 2 79 0 0.99 0.67 0.06 340.59 0.98 0.47
Hex F0 2 4F 0 63 43 6 155 62 2F
Octal 360 2 117 0 143 103 6 525 142 57
Binary 11110000 10 1001111 0 1100011 1000011 110 101010101 1100010 101111

Color Harmonies of #F0024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0024F

Black with #F0024F

Text Example


Text Example

White with #F0024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0024F; }

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

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

background-color css

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

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

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

border-color css

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

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

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