Html Css Color HEX #F00A64 Razzmatazz

📋 copy color: '#F00A64'

red 240 ◦ green 10 ◦ blue 100

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

Shades of Razzmatazz #F00A64

Tints of Razzmatazz #F00A64

RGB

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

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

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

R = 68.57%
G = 2.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F00A64 (or 0xF00A64) is known color: Razzmatazz. HEX triplet: F0, 0A and 64. RGB value is (240,10,100). Sum of RGB (Red+Green+Blue) = 240+10+100=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A64 is #0FF59B. Grayscale: #585858. Windows color (decimal): -1045916 or 6556400. OLE color: 6556400.

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

Color convert

RGB 240 10 100 -
CMYK 0 0.96 0.58 0.06
HSL 336.52º 0.92% 0.49% -
HSV(B) 336.52º 0.96% 0.94% -
XYZ 38.34 19.66 13.83 -
YUV 89.03 134.2 235.68 -
System Red Green Blue C M Y K H S L
Decimal 240 10 100 0 0.96 0.58 0.06 336.52 0.92 0.49
Hex F0 A 64 0 60 3A 6 151 5C 31
Octal 360 12 144 0 140 72 6 521 134 61
Binary 11110000 1010 1100100 0 1100000 111010 110 101010001 1011100 110001

Color Harmonies of #F00A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A64

Black with #F00A64

Text Example


Text Example

White with #F00A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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