Html Css Color HEX #F60060 Razzmatazz

📋 copy color: '#F60060'

red 246 ◦ green 0 ◦ blue 96

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

Shades of Razzmatazz #F60060

Tints of Razzmatazz #F60060

RGB

 RED value IS 246 (96.48% from 255) = 71.93%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 71.93%
G = 0%
B = 28.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F60060 (or 0xF60060) is known color: Razzmatazz. HEX triplet: F6, 00 and 60. RGB value is (246,0,96). Sum of RGB (Red+Green+Blue) = 246+0+96=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F60060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60060 is #09FF9F. Grayscale: #545454. Windows color (decimal): -655264 or 6291702. OLE color: 6291702.

HSL color Cylindrical-coordinate representation of color #F60060: hue angle of 336.59º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60060 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 0 96 -
CMYK 0 1 0.61 0.04
HSL 336.59º 1% 0.48% -
HSV(B) 336.59º 1% 0.96% -
XYZ 40.12 20.44 12.9 -
YUV 84.5 134.5 243.19 -
System Red Green Blue C M Y K H S L
Decimal 246 0 96 0 1 0.61 0.04 336.59 1 0.48
Hex F6 0 60 0 64 3D 4 151 64 30
Octal 366 0 140 0 144 75 4 521 144 60
Binary 11110110 0 1100000 0 1100100 111101 100 101010001 1100100 110000

Color Harmonies of #F60060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60060

Black with #F60060

Text Example


Text Example

White with #F60060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60060; }

 p { color: rgb(246,0,96); }

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

background-color css

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

 a { background-color: rgb(246,0,96); }

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

border-color css

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

 span { border-color: rgb(246,0,96); }

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