Html Css Color HEX #F61690 Deep Pink

📋 copy color: '#F61690'

red 246 ◦ green 22 ◦ blue 144

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

Shades of Deep Pink #F61690

Tints of Deep Pink #F61690

RGB

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

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

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

R = 59.71%
G = 5.34%
B = 34.95%

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

#F61690 (or 0xF61690) is known color: Deep Pink. HEX triplet: F6, 16 and 90. RGB value is (246,22,144). Sum of RGB (Red+Green+Blue) = 246+22+144=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F61690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61690 is #09E96F. Grayscale: #666666. Windows color (decimal): -649584 or 9443062. OLE color: 9443062.

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

Color convert

RGB 246 22 144 -
CMYK 0 0.91 0.41 0.04
HSL 327.32º 0.93% 0.53% -
HSV(B) 327.32º 0.91% 0.96% -
XYZ 43.33 22.18 28.38 -
YUV 102.88 151.21 230.08 -
System Red Green Blue C M Y K H S L
Decimal 246 22 144 0 0.91 0.41 0.04 327.32 0.93 0.53
Hex F6 16 90 0 5B 29 4 147 5D 35
Octal 366 26 220 0 133 51 4 507 135 65
Binary 11110110 10110 10010000 0 1011011 101001 100 101000111 1011101 110101

Color Harmonies of #F61690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61690

Black with #F61690

Text Example


Text Example

White with #F61690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61690; }

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

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

background-color css

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

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

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

border-color css

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

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

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