Html Css Color HEX #F61094 Deep Pink

📋 copy color: '#F61094'

red 246 ◦ green 16 ◦ blue 148

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

Shades of Deep Pink #F61094

Tints of Deep Pink #F61094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.9%

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

R = 60%
G = 3.9%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F61094 (or 0xF61094) is known color: Deep Pink. HEX triplet: F6, 10 and 94. RGB value is (246,16,148). Sum of RGB (Red+Green+Blue) = 246+16+148=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F61094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61094 is #09EF6B. Grayscale: #636363. Windows color (decimal): -651116 or 9703670. OLE color: 9703670.

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

Color convert

RGB 246 16 148 -
CMYK 0 0.93 0.40 0.04
HSL 325.57º 0.93% 0.51% -
HSV(B) 325.57º 0.93% 0.96% -
XYZ 43.54 22.1 29.99 -
YUV 99.82 155.2 232.27 -
System Red Green Blue C M Y K H S L
Decimal 246 16 148 0 0.93 0.40 0.04 325.57 0.93 0.51
Hex F6 10 94 0 5D 28 4 146 5D 33
Octal 366 20 224 0 135 50 4 506 135 63
Binary 11110110 10000 10010100 0 1011101 101000 100 101000110 1011101 110011

Color Harmonies of #F61094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61094

Black with #F61094

Text Example


Text Example

White with #F61094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61094; }

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

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

background-color css

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

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

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

border-color css

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

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

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