Html Css Color HEX #F61090 Deep Pink

📋 copy color: '#F61090'

red 246 ◦ green 16 ◦ blue 144

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

Shades of Deep Pink #F61090

Tints of Deep Pink #F61090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 60.59%
G = 3.94%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F61090 (or 0xF61090) is known color: Deep Pink. HEX triplet: F6, 10 and 90. RGB value is (246,16,144). Sum of RGB (Red+Green+Blue) = 246+16+144=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F61090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F61090 is #09EF6F. Grayscale: #636363. Windows color (decimal): -651120 or 9441526. OLE color: 9441526.

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

Color convert

RGB 246 16 144 -
CMYK 0 0.93 0.41 0.04
HSL 326.61º 0.93% 0.51% -
HSV(B) 326.61º 0.93% 0.96% -
XYZ 43.23 21.98 28.35 -
YUV 99.36 153.2 232.59 -
System Red Green Blue C M Y K H S L
Decimal 246 16 144 0 0.93 0.41 0.04 326.61 0.93 0.51
Hex F6 10 90 0 5D 29 4 147 5D 33
Octal 366 20 220 0 135 51 4 507 135 63
Binary 11110110 10000 10010000 0 1011101 101001 100 101000111 1011101 110011

Color Harmonies of #F61090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61090

Black with #F61090

Text Example


Text Example

White with #F61090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61090; }

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

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

background-color css

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

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

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

border-color css

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

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

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