Html Css Color HEX #F61096 Deep Pink

📋 copy color: '#F61096'

red 246 ◦ green 16 ◦ blue 150

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

Shades of Deep Pink #F61096

Tints of Deep Pink #F61096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 59.71%
G = 3.88%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F61096 (or 0xF61096) is known color: Deep Pink. HEX triplet: F6, 10 and 96. RGB value is (246,16,150). Sum of RGB (Red+Green+Blue) = 246+16+150=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F61096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61096 is #09EF69. Grayscale: #636363. Windows color (decimal): -651114 or 9834742. OLE color: 9834742.

HSL color Cylindrical-coordinate representation of color #F61096: hue angle of 325.04º 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 #F61096 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 16 150 -
CMYK 0 0.93 0.39 0.04
HSL 325.04º 0.93% 0.51% -
HSV(B) 325.04º 0.93% 0.96% -
XYZ 43.7 22.17 30.83 -
YUV 100.05 156.2 232.1 -
System Red Green Blue C M Y K H S L
Decimal 246 16 150 0 0.93 0.39 0.04 325.04 0.93 0.51
Hex F6 10 96 0 5D 27 4 145 5D 33
Octal 366 20 226 0 135 47 4 505 135 63
Binary 11110110 10000 10010110 0 1011101 100111 100 101000101 1011101 110011

Color Harmonies of #F61096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61096

Black with #F61096

Text Example


Text Example

White with #F61096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61096; }

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

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

background-color css

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

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

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

border-color css

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

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

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