Html Css Color HEX #F00464 Razzmatazz

📋 copy color: '#F00464'

red 240 ◦ green 4 ◦ blue 100

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

Shades of Razzmatazz #F00464

Tints of Razzmatazz #F00464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 69.77%
G = 1.16%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F00464 (or 0xF00464) is known color: Razzmatazz. HEX triplet: F0, 04 and 64. RGB value is (240,4,100). Sum of RGB (Red+Green+Blue) = 240+4+100=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F00464 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00464 is #0FFB9B. Grayscale: #555555. Windows color (decimal): -1047452 or 6554864. OLE color: 6554864.

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

Color convert

RGB 240 4 100 -
CMYK 0 0.98 0.58 0.06
HSL 335.59º 0.97% 0.48% -
HSV(B) 335.59º 0.98% 0.94% -
XYZ 38.28 19.53 13.81 -
YUV 85.51 136.19 238.19 -
System Red Green Blue C M Y K H S L
Decimal 240 4 100 0 0.98 0.58 0.06 335.59 0.97 0.48
Hex F0 4 64 0 62 3A 6 150 61 30
Octal 360 4 144 0 142 72 6 520 141 60
Binary 11110000 100 1100100 0 1100010 111010 110 101010000 1100001 110000

Color Harmonies of #F00464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00464

Black with #F00464

Text Example


Text Example

White with #F00464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00464; }

 p { color: rgb(240,4,100); }

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

background-color css

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

 a { background-color: rgb(240,4,100); }

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

border-color css

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

 span { border-color: rgb(240,4,100); }

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