Html Css Color HEX #F61994 Deep Pink

📋 copy color: '#F61994'

red 246 ◦ green 25 ◦ blue 148

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

Shades of Deep Pink #F61994

Tints of Deep Pink #F61994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 58.71%
G = 5.97%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F61994 (or 0xF61994) is known color: Deep Pink. HEX triplet: F6, 19 and 94. RGB value is (246,25,148). Sum of RGB (Red+Green+Blue) = 246+25+148=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F61994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61994 is #09E66B. Grayscale: #686868. Windows color (decimal): -648812 or 9705974. OLE color: 9705974.

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

Color convert

RGB 246 25 148 -
CMYK 0 0.90 0.40 0.04
HSL 326.61º 0.92% 0.53% -
HSV(B) 326.61º 0.9% 0.96% -
XYZ 43.7 22.43 30.04 -
YUV 105.1 152.22 228.5 -
System Red Green Blue C M Y K H S L
Decimal 246 25 148 0 0.90 0.40 0.04 326.61 0.92 0.53
Hex F6 19 94 0 5A 28 4 147 5C 35
Octal 366 31 224 0 132 50 4 507 134 65
Binary 11110110 11001 10010100 0 1011010 101000 100 101000111 1011100 110101

Color Harmonies of #F61994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61994

Black with #F61994

Text Example


Text Example

White with #F61994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61994; }

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

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

background-color css

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

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

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

border-color css

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

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

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