Html Css Color HEX #F10387 Deep Pink

📋 copy color: '#F10387'

red 241 ◦ green 3 ◦ blue 135

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

Shades of Deep Pink #F10387

Tints of Deep Pink #F10387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 63.59%
G = 0.79%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F10387 (or 0xF10387) is known color: Deep Pink. HEX triplet: F1, 03 and 87. RGB value is (241,3,135). Sum of RGB (Red+Green+Blue) = 241+3+135=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F10387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10387 is #0EFC78. Grayscale: #585858. Windows color (decimal): -982137 or 8848369. OLE color: 8848369.

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

Color convert

RGB 241 3 135 -
CMYK 0 0.99 0.44 0.05
HSL 326.72º 0.98% 0.48% -
HSV(B) 326.72º 0.99% 0.95% -
XYZ 40.68 20.52 24.74 -
YUV 89.21 153.85 236.27 -
System Red Green Blue C M Y K H S L
Decimal 241 3 135 0 0.99 0.44 0.05 326.72 0.98 0.48
Hex F1 3 87 0 63 2C 5 147 62 30
Octal 361 3 207 0 143 54 5 507 142 60
Binary 11110001 11 10000111 0 1100011 101100 101 101000111 1100010 110000

Color Harmonies of #F10387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10387

Black with #F10387

Text Example


Text Example

White with #F10387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10387; }

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

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

background-color css

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

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

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

border-color css

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

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

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