Html Css Color HEX #F61496 Deep Pink

📋 copy color: '#F61496'

red 246 ◦ green 20 ◦ blue 150

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

Shades of Deep Pink #F61496

Tints of Deep Pink #F61496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.81%

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

R = 59.13%
G = 4.81%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F61496 (or 0xF61496) is known color: Deep Pink. HEX triplet: F6, 14 and 96. RGB value is (246,20,150). Sum of RGB (Red+Green+Blue) = 246+20+150=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F61496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61496 is #09EB69. Grayscale: #666666. Windows color (decimal): -650090 or 9835766. OLE color: 9835766.

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

Color convert

RGB 246 20 150 -
CMYK 0 0.92 0.39 0.04
HSL 325.49º 0.93% 0.52% -
HSV(B) 325.49º 0.92% 0.96% -
XYZ 43.76 22.3 30.85 -
YUV 102.39 154.87 230.43 -
System Red Green Blue C M Y K H S L
Decimal 246 20 150 0 0.92 0.39 0.04 325.49 0.93 0.52
Hex F6 14 96 0 5C 27 4 145 5D 34
Octal 366 24 226 0 134 47 4 505 135 64
Binary 11110110 10100 10010110 0 1011100 100111 100 101000101 1011101 110100

Color Harmonies of #F61496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61496

Black with #F61496

Text Example


Text Example

White with #F61496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61496; }

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

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

background-color css

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

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

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

border-color css

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

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

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