Html Css Color HEX #F61696 Deep Pink

📋 copy color: '#F61696'

red 246 ◦ green 22 ◦ blue 150

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

Shades of Deep Pink #F61696

Tints of Deep Pink #F61696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.26%

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

R = 58.85%
G = 5.26%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F61696 (or 0xF61696) is known color: Deep Pink. HEX triplet: F6, 16 and 96. RGB value is (246,22,150). Sum of RGB (Red+Green+Blue) = 246+22+150=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F61696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61696 is #09E969. Grayscale: #676767. Windows color (decimal): -649578 or 9836278. OLE color: 9836278.

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

Color convert

RGB 246 22 150 -
CMYK 0 0.91 0.39 0.04
HSL 325.71º 0.93% 0.53% -
HSV(B) 325.71º 0.91% 0.96% -
XYZ 43.8 22.37 30.86 -
YUV 103.57 154.21 229.59 -
System Red Green Blue C M Y K H S L
Decimal 246 22 150 0 0.91 0.39 0.04 325.71 0.93 0.53
Hex F6 16 96 0 5B 27 4 146 5D 35
Octal 366 26 226 0 133 47 4 506 135 65
Binary 11110110 10110 10010110 0 1011011 100111 100 101000110 1011101 110101

Color Harmonies of #F61696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61696

Black with #F61696

Text Example


Text Example

White with #F61696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61696; }

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

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

background-color css

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

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

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

border-color css

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

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

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