Html Css Color HEX #F61590 Deep Pink

📋 copy color: '#F61590'

red 246 ◦ green 21 ◦ blue 144

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

Shades of Deep Pink #F61590

Tints of Deep Pink #F61590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.11%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 59.85%
G = 5.11%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F61590 (or 0xF61590) is known color: Deep Pink. HEX triplet: F6, 15 and 90. RGB value is (246,21,144). Sum of RGB (Red+Green+Blue) = 246+21+144=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F61590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61590 is #09EA6F. Grayscale: #666666. Windows color (decimal): -649840 or 9442806. OLE color: 9442806.

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

Color convert

RGB 246 21 144 -
CMYK 0 0.91 0.41 0.04
HSL 327.2º 0.93% 0.52% -
HSV(B) 327.2º 0.91% 0.96% -
XYZ 43.31 22.14 28.38 -
YUV 102.3 151.54 230.5 -
System Red Green Blue C M Y K H S L
Decimal 246 21 144 0 0.91 0.41 0.04 327.2 0.93 0.52
Hex F6 15 90 0 5B 29 4 147 5D 34
Octal 366 25 220 0 133 51 4 507 135 64
Binary 11110110 10101 10010000 0 1011011 101001 100 101000111 1011101 110100

Color Harmonies of #F61590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61590

Black with #F61590

Text Example


Text Example

White with #F61590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61590; }

 p { color: rgb(246,21,144); }

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

background-color css

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

 a { background-color: rgb(246,21,144); }

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

border-color css

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

 span { border-color: rgb(246,21,144); }

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