Html Css Color HEX #F61995 Deep Pink

📋 copy color: '#F61995'

red 246 ◦ green 25 ◦ blue 149

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

Shades of Deep Pink #F61995

Tints of Deep Pink #F61995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.95%

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 58.57%
G = 5.95%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F61995 (or 0xF61995) is known color: Deep Pink. HEX triplet: F6, 19 and 95. RGB value is (246,25,149). Sum of RGB (Red+Green+Blue) = 246+25+149=420 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.57% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 246 - color contains mainly: red. Hex color #F61995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61995 is #09E66A. Grayscale: #686868. Windows color (decimal): -648811 or 9771510. OLE color: 9771510.

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

Color convert

RGB 246 25 149 -
CMYK 0 0.90 0.39 0.04
HSL 326.33º 0.92% 0.53% -
HSV(B) 326.33º 0.9% 0.96% -
XYZ 43.78 22.46 30.46 -
YUV 105.22 152.72 228.42 -
System Red Green Blue C M Y K H S L
Decimal 246 25 149 0 0.90 0.39 0.04 326.33 0.92 0.53
Hex F6 19 95 0 5A 27 4 146 5C 35
Octal 366 31 225 0 132 47 4 506 134 65
Binary 11110110 11001 10010101 0 1011010 100111 100 101000110 1011100 110101

Color Harmonies of #F61995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61995

Black with #F61995

Text Example


Text Example

White with #F61995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61995; }

 p { color: rgb(246,25,149); }

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

background-color css

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

 a { background-color: rgb(246,25,149); }

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

border-color css

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

 span { border-color: rgb(246,25,149); }

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