Html Css Color HEX #F61C94 Deep Pink

📋 copy color: '#F61C94'

red 246 ◦ green 28 ◦ blue 148

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

Shades of Deep Pink #F61C94

Tints of Deep Pink #F61C94

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

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

R = 58.29%
G = 6.64%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F61C94 (or 0xF61C94) is known color: Deep Pink. HEX triplet: F6, 1C and 94. RGB value is (246,28,148). Sum of RGB (Red+Green+Blue) = 246+28+148=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61C94 is #09E36B. Grayscale: #6A6A6A. Windows color (decimal): -648044 or 9706742. OLE color: 9706742.

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

Color convert

RGB 246 28 148 -
CMYK 0 0.89 0.40 0.04
HSL 326.97º 0.92% 0.54% -
HSV(B) 326.97º 0.89% 0.96% -
XYZ 43.77 22.56 30.07 -
YUV 106.86 151.22 227.24 -
System Red Green Blue C M Y K H S L
Decimal 246 28 148 0 0.89 0.40 0.04 326.97 0.92 0.54
Hex F6 1C 94 0 59 28 4 147 5C 36
Octal 366 34 224 0 131 50 4 507 134 66
Binary 11110110 11100 10010100 0 1011001 101000 100 101000111 1011100 110110

Color Harmonies of #F61C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61C94

Black with #F61C94

Text Example


Text Example

White with #F61C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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