Html Css Color HEX #F61481 Deep Pink

📋 copy color: '#F61481'

red 246 ◦ green 20 ◦ blue 129

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

Shades of Deep Pink #F61481

Tints of Deep Pink #F61481

RGB

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

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

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

R = 62.28%
G = 5.06%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F61481 (or 0xF61481) is known color: Deep Pink. HEX triplet: F6, 14 and 81. RGB value is (246,20,129). Sum of RGB (Red+Green+Blue) = 246+20+129=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F61481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61481 is #09EB7E. Grayscale: #636363. Windows color (decimal): -650111 or 8459510. OLE color: 8459510.

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

Color convert

RGB 246 20 129 -
CMYK 0 0.92 0.48 0.04
HSL 331.06º 0.93% 0.52% -
HSV(B) 331.06º 0.92% 0.96% -
XYZ 42.22 21.68 22.73 -
YUV 100 144.37 232.14 -
System Red Green Blue C M Y K H S L
Decimal 246 20 129 0 0.92 0.48 0.04 331.06 0.93 0.52
Hex F6 14 81 0 5C 30 4 14B 5D 34
Octal 366 24 201 0 134 60 4 513 135 64
Binary 11110110 10100 10000001 0 1011100 110000 100 101001011 1011101 110100

Color Harmonies of #F61481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61481

Black with #F61481

Text Example


Text Example

White with #F61481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61481; }

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

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

background-color css

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

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

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

border-color css

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

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

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