Html Css Color HEX #F60373 Razzmatazz

📋 copy color: '#F60373'

red 246 ◦ green 3 ◦ blue 115

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

Shades of Razzmatazz #F60373

Tints of Razzmatazz #F60373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 67.58%
G = 0.82%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F60373 (or 0xF60373) is known color: Razzmatazz. HEX triplet: F6, 03 and 73. RGB value is (246,3,115). Sum of RGB (Red+Green+Blue) = 246+3+115=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F60373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60373 is #09FC8C. Grayscale: #585858. Windows color (decimal): -654477 or 7537654. OLE color: 7537654.

HSL color Cylindrical-coordinate representation of color #F60373: hue angle of 332.35º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60373 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 3 115 -
CMYK 0 0.99 0.53 0.04
HSL 332.35º 0.98% 0.49% -
HSV(B) 332.35º 0.99% 0.96% -
XYZ 41.13 20.9 18.08 -
YUV 88.43 143.01 240.39 -
System Red Green Blue C M Y K H S L
Decimal 246 3 115 0 0.99 0.53 0.04 332.35 0.98 0.49
Hex F6 3 73 0 63 35 4 14C 62 31
Octal 366 3 163 0 143 65 4 514 142 61
Binary 11110110 11 1110011 0 1100011 110101 100 101001100 1100010 110001

Color Harmonies of #F60373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60373

Black with #F60373

Text Example


Text Example

White with #F60373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60373; }

 p { color: rgb(246,3,115); }

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

background-color css

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

 a { background-color: rgb(246,3,115); }

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

border-color css

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

 span { border-color: rgb(246,3,115); }

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