Html Css Color HEX #F00C64 Razzmatazz

📋 copy color: '#F00C64'

red 240 ◦ green 12 ◦ blue 100

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

Shades of Razzmatazz #F00C64

Tints of Razzmatazz #F00C64

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.41%

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

R = 68.18%
G = 3.41%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F00C64 (or 0xF00C64) is known color: Razzmatazz. HEX triplet: F0, 0C and 64. RGB value is (240,12,100). Sum of RGB (Red+Green+Blue) = 240+12+100=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00C64 is #0FF39B. Grayscale: #5A5A5A. Windows color (decimal): -1045404 or 6556912. OLE color: 6556912.

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

Color convert

RGB 240 12 100 -
CMYK 0 0.95 0.58 0.06
HSL 336.84º 0.9% 0.49% -
HSV(B) 336.84º 0.95% 0.94% -
XYZ 38.37 19.71 13.84 -
YUV 90.2 133.54 234.84 -
System Red Green Blue C M Y K H S L
Decimal 240 12 100 0 0.95 0.58 0.06 336.84 0.9 0.49
Hex F0 C 64 0 5F 3A 6 151 5A 31
Octal 360 14 144 0 137 72 6 521 132 61
Binary 11110000 1100 1100100 0 1011111 111010 110 101010001 1011010 110001

Color Harmonies of #F00C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00C64

Black with #F00C64

Text Example


Text Example

White with #F00C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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