Html Css Color HEX #F10686 Deep Pink

📋 copy color: '#F10686'

red 241 ◦ green 6 ◦ blue 134

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

Shades of Deep Pink #F10686

Tints of Deep Pink #F10686

RGB

 RED value IS 241 (94.53% from 255) = 63.25%

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 63.25%
G = 1.57%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F10686 (or 0xF10686) is known color: Deep Pink. HEX triplet: F1, 06 and 86. RGB value is (241,6,134). Sum of RGB (Red+Green+Blue) = 241+6+134=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F10686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10686 is #0EF979. Grayscale: #5A5A5A. Windows color (decimal): -981370 or 8783601. OLE color: 8783601.

HSL color Cylindrical-coordinate representation of color #F10686: hue angle of 327.32º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10686 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 6 134 -
CMYK 0 0.98 0.44 0.05
HSL 327.32º 0.95% 0.48% -
HSV(B) 327.32º 0.98% 0.95% -
XYZ 40.64 20.55 24.38 -
YUV 90.86 152.36 235.09 -
System Red Green Blue C M Y K H S L
Decimal 241 6 134 0 0.98 0.44 0.05 327.32 0.95 0.48
Hex F1 6 86 0 62 2C 5 147 5F 30
Octal 361 6 206 0 142 54 5 507 137 60
Binary 11110001 110 10000110 0 1100010 101100 101 101000111 1011111 110000

Color Harmonies of #F10686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10686

Black with #F10686

Text Example


Text Example

White with #F10686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10686; }

 p { color: rgb(241,6,134); }

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

background-color css

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

 a { background-color: rgb(241,6,134); }

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

border-color css

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

 span { border-color: rgb(241,6,134); }

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