Html Css Color HEX #F61066 Razzmatazz

📋 copy color: '#F61066'

red 246 ◦ green 16 ◦ blue 102

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

Shades of Razzmatazz #F61066

Tints of Razzmatazz #F61066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.4%

 BLUE value IS 102 (40.23% from 255) = 28.02%

R = 67.58%
G = 4.4%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F61066 (or 0xF61066) is known color: Razzmatazz. HEX triplet: F6, 10 and 66. RGB value is (246,16,102). Sum of RGB (Red+Green+Blue) = 246+16+102=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F61066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61066 is #09EF99. Grayscale: #5E5E5E. Windows color (decimal): -651162 or 6689014. OLE color: 6689014.

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

Color convert

RGB 246 16 102 -
CMYK 0 0.93 0.59 0.04
HSL 337.57º 0.93% 0.51% -
HSV(B) 337.57º 0.93% 0.96% -
XYZ 40.59 20.92 14.47 -
YUV 94.57 132.2 236.01 -
System Red Green Blue C M Y K H S L
Decimal 246 16 102 0 0.93 0.59 0.04 337.57 0.93 0.51
Hex F6 10 66 0 5D 3B 4 152 5D 33
Octal 366 20 146 0 135 73 4 522 135 63
Binary 11110110 10000 1100110 0 1011101 111011 100 101010010 1011101 110011

Color Harmonies of #F61066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61066

Black with #F61066

Text Example


Text Example

White with #F61066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61066; }

 p { color: rgb(246,16,102); }

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

background-color css

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

 a { background-color: rgb(246,16,102); }

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

border-color css

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

 span { border-color: rgb(246,16,102); }

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