Html Css Color HEX #F10688 Deep Pink

📋 copy color: '#F10688'

red 241 ◦ green 6 ◦ blue 136

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

Shades of Deep Pink #F10688

Tints of Deep Pink #F10688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 62.92%
G = 1.57%
B = 35.51%

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

#F10688 (or 0xF10688) is known color: Deep Pink. HEX triplet: F1, 06 and 88. RGB value is (241,6,136). Sum of RGB (Red+Green+Blue) = 241+6+136=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F10688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10688 is #0EF977. Grayscale: #5A5A5A. Windows color (decimal): -981368 or 8914673. OLE color: 8914673.

HSL color Cylindrical-coordinate representation of color #F10688: hue angle of 326.81º 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 #F10688 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 6 136 -
CMYK 0 0.98 0.44 0.05
HSL 326.81º 0.95% 0.48% -
HSV(B) 326.81º 0.98% 0.95% -
XYZ 40.78 20.61 25.12 -
YUV 91.09 153.36 234.93 -
System Red Green Blue C M Y K H S L
Decimal 241 6 136 0 0.98 0.44 0.05 326.81 0.95 0.48
Hex F1 6 88 0 62 2C 5 147 5F 30
Octal 361 6 210 0 142 54 5 507 137 60
Binary 11110001 110 10001000 0 1100010 101100 101 101000111 1011111 110000

Color Harmonies of #F10688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10688

Black with #F10688

Text Example


Text Example

White with #F10688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10688; }

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

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

background-color css

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

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

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

border-color css

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

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

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