Html Css Color HEX #F10087 Deep Pink

📋 copy color: '#F10087'

red 241 ◦ green 0 ◦ blue 135

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

Shades of Deep Pink #F10087

Tints of Deep Pink #F10087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 64.1%
G = 0%
B = 35.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F10087 (or 0xF10087) is known color: Deep Pink. HEX triplet: F1, 00 and 87. RGB value is (241,0,135). Sum of RGB (Red+Green+Blue) = 241+0+135=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F10087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10087 is #0EFF78. Grayscale: #575757. Windows color (decimal): -982905 or 8847601. OLE color: 8847601.

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

Color convert

RGB 241 0 135 -
CMYK 0 1 0.44 0.05
HSL 326.39º 1% 0.47% -
HSV(B) 326.39º 1% 0.95% -
XYZ 40.65 20.45 24.73 -
YUV 87.45 154.84 237.52 -
System Red Green Blue C M Y K H S L
Decimal 241 0 135 0 1 0.44 0.05 326.39 1 0.47
Hex F1 0 87 0 64 2C 5 146 64 2F
Octal 361 0 207 0 144 54 5 506 144 57
Binary 11110001 0 10000111 0 1100100 101100 101 101000110 1100100 101111

Color Harmonies of #F10087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10087

Black with #F10087

Text Example


Text Example

White with #F10087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10087; }

 p { color: rgb(241,0,135); }

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

background-color css

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

 a { background-color: rgb(241,0,135); }

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

border-color css

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

 span { border-color: rgb(241,0,135); }

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