Html Css Color HEX #F61A9E Deep Pink

📋 copy color: '#F61A9E'

red 246 ◦ green 26 ◦ blue 158

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

Shades of Deep Pink #F61A9E

Tints of Deep Pink #F61A9E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.05%

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 57.21%
G = 6.05%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F61A9E (or 0xF61A9E) is known color: Deep Pink. HEX triplet: F6, 1A and 9E. RGB value is (246,26,158). Sum of RGB (Red+Green+Blue) = 246+26+158=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61A9E is #09E561. Grayscale: #6A6A6A. Windows color (decimal): -648546 or 10361590. OLE color: 10361590.

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

Color convert

RGB 246 26 158 -
CMYK 0 0.89 0.36 0.04
HSL 324º 0.92% 0.53% -
HSV(B) 324º 0.89% 0.96% -
XYZ 44.55 22.8 34.4 -
YUV 106.83 156.89 227.27 -
System Red Green Blue C M Y K H S L
Decimal 246 26 158 0 0.89 0.36 0.04 324 0.92 0.53
Hex F6 1A 9E 0 59 24 4 144 5C 35
Octal 366 32 236 0 131 44 4 504 134 65
Binary 11110110 11010 10011110 0 1011001 100100 100 101000100 1011100 110101

Color Harmonies of #F61A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61A9E

Black with #F61A9E

Text Example


Text Example

White with #F61A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61A9E; }

 p { color: rgb(246,26,158); }

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

background-color css

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

 a { background-color: rgb(246,26,158); }

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

border-color css

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

 span { border-color: rgb(246,26,158); }

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