Html Css Color HEX #F60D61 Razzmatazz

📋 copy color: '#F60D61'

red 246 ◦ green 13 ◦ blue 97

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

Shades of Razzmatazz #F60D61

Tints of Razzmatazz #F60D61

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.65%

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 69.1%
G = 3.65%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F60D61 (or 0xF60D61) is known color: Razzmatazz. HEX triplet: F6, 0D and 61. RGB value is (246,13,97). Sum of RGB (Red+Green+Blue) = 246+13+97=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D61 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60D61 is #09F29E. Grayscale: #5C5C5C. Windows color (decimal): -651935 or 6360566. OLE color: 6360566.

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

Color convert

RGB 246 13 97 -
CMYK 0 0.95 0.61 0.04
HSL 338.37º 0.93% 0.51% -
HSV(B) 338.37º 0.95% 0.96% -
XYZ 40.31 20.74 13.19 -
YUV 92.24 130.69 237.67 -
System Red Green Blue C M Y K H S L
Decimal 246 13 97 0 0.95 0.61 0.04 338.37 0.93 0.51
Hex F6 D 61 0 5F 3D 4 152 5D 33
Octal 366 15 141 0 137 75 4 522 135 63
Binary 11110110 1101 1100001 0 1011111 111101 100 101010010 1011101 110011

Color Harmonies of #F60D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60D61

Black with #F60D61

Text Example


Text Example

White with #F60D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60D61; }

 p { color: rgb(246,13,97); }

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

background-color css

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

 a { background-color: rgb(246,13,97); }

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

border-color css

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

 span { border-color: rgb(246,13,97); }

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