Html Css Color HEX #F61981 Deep Pink

📋 copy color: '#F61981'

red 246 ◦ green 25 ◦ blue 129

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

Shades of Deep Pink #F61981

Tints of Deep Pink #F61981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.25%

R = 61.5%
G = 6.25%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F61981 (or 0xF61981) is known color: Deep Pink. HEX triplet: F6, 19 and 81. RGB value is (246,25,129). Sum of RGB (Red+Green+Blue) = 246+25+129=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F61981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61981 is #09E67E. Grayscale: #666666. Windows color (decimal): -648831 or 8460790. OLE color: 8460790.

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

Color convert

RGB 246 25 129 -
CMYK 0 0.90 0.48 0.04
HSL 331.76º 0.92% 0.53% -
HSV(B) 331.76º 0.9% 0.96% -
XYZ 42.32 21.87 22.76 -
YUV 102.94 142.72 230.04 -
System Red Green Blue C M Y K H S L
Decimal 246 25 129 0 0.90 0.48 0.04 331.76 0.92 0.53
Hex F6 19 81 0 5A 30 4 14C 5C 35
Octal 366 31 201 0 132 60 4 514 134 65
Binary 11110110 11001 10000001 0 1011010 110000 100 101001100 1011100 110101

Color Harmonies of #F61981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61981

Black with #F61981

Text Example


Text Example

White with #F61981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61981; }

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

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

background-color css

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

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

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

border-color css

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

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

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