Html Css Color HEX #F61977 Deep Pink

📋 copy color: '#F61977'

red 246 ◦ green 25 ◦ blue 119

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

Shades of Deep Pink #F61977

Tints of Deep Pink #F61977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.41%

 BLUE value IS 119 (46.88% from 255) = 30.51%

R = 63.08%
G = 6.41%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F61977 (or 0xF61977) is known color: Deep Pink. HEX triplet: F6, 19 and 77. RGB value is (246,25,119). Sum of RGB (Red+Green+Blue) = 246+25+119=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F61977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61977 is #09E688. Grayscale: #656565. Windows color (decimal): -648841 or 7805430. OLE color: 7805430.

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

Color convert

RGB 246 25 119 -
CMYK 0 0.90 0.52 0.04
HSL 334.48º 0.92% 0.53% -
HSV(B) 334.48º 0.9% 0.96% -
XYZ 41.68 21.62 19.43 -
YUV 101.8 137.72 230.86 -
System Red Green Blue C M Y K H S L
Decimal 246 25 119 0 0.90 0.52 0.04 334.48 0.92 0.53
Hex F6 19 77 0 5A 34 4 14E 5C 35
Octal 366 31 167 0 132 64 4 516 134 65
Binary 11110110 11001 1110111 0 1011010 110100 100 101001110 1011100 110101

Color Harmonies of #F61977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61977

Black with #F61977

Text Example


Text Example

White with #F61977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61977; }

 p { color: rgb(246,25,119); }

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

background-color css

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

 a { background-color: rgb(246,25,119); }

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

border-color css

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

 span { border-color: rgb(246,25,119); }

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