Html Css Color HEX #F60971 Razzmatazz

📋 copy color: '#F60971'

red 246 ◦ green 9 ◦ blue 113

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

Shades of Razzmatazz #F60971

Tints of Razzmatazz #F60971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.45%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 66.85%
G = 2.45%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F60971 (or 0xF60971) is known color: Razzmatazz. HEX triplet: F6, 09 and 71. RGB value is (246,9,113). Sum of RGB (Red+Green+Blue) = 246+9+113=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F60971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60971 is #09F68E. Grayscale: #5B5B5B. Windows color (decimal): -652943 or 7408118. OLE color: 7408118.

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

Color convert

RGB 246 9 113 -
CMYK 0 0.96 0.54 0.04
HSL 333.67º 0.93% 0.5% -
HSV(B) 333.67º 0.96% 0.96% -
XYZ 41.08 20.98 17.51 -
YUV 91.72 140.02 238.04 -
System Red Green Blue C M Y K H S L
Decimal 246 9 113 0 0.96 0.54 0.04 333.67 0.93 0.5
Hex F6 9 71 0 60 36 4 14E 5D 32
Octal 366 11 161 0 140 66 4 516 135 62
Binary 11110110 1001 1110001 0 1100000 110110 100 101001110 1011101 110010

Color Harmonies of #F60971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60971

Black with #F60971

Text Example


Text Example

White with #F60971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60971; }

 p { color: rgb(246,9,113); }

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

background-color css

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

 a { background-color: rgb(246,9,113); }

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

border-color css

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

 span { border-color: rgb(246,9,113); }

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