Html Css Color HEX #F61E8A Deep Pink

📋 copy color: '#F61E8A'

red 246 ◦ green 30 ◦ blue 138

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

Shades of Deep Pink #F61E8A

Tints of Deep Pink #F61E8A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.25%

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 59.42%
G = 7.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F61E8A (or 0xF61E8A) is known color: Deep Pink. HEX triplet: F6, 1E and 8A. RGB value is (246,30,138). Sum of RGB (Red+Green+Blue) = 246+30+138=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61E8A is #09E175. Grayscale: #6A6A6A. Windows color (decimal): -647542 or 9051894. OLE color: 9051894.

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

Color convert

RGB 246 30 138 -
CMYK 0 0.88 0.44 0.04
HSL 330º 0.92% 0.54% -
HSV(B) 330º 0.88% 0.96% -
XYZ 43.06 22.36 26.09 -
YUV 106.9 145.56 227.22 -
System Red Green Blue C M Y K H S L
Decimal 246 30 138 0 0.88 0.44 0.04 330 0.92 0.54
Hex F6 1E 8A 0 58 2C 4 14A 5C 36
Octal 366 36 212 0 130 54 4 512 134 66
Binary 11110110 11110 10001010 0 1011000 101100 100 101001010 1011100 110110

Color Harmonies of #F61E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61E8A

Black with #F61E8A

Text Example


Text Example

White with #F61E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61E8A; }

 p { color: rgb(246,30,138); }

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

background-color css

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

 a { background-color: rgb(246,30,138); }

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

border-color css

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

 span { border-color: rgb(246,30,138); }

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