Html Css Color HEX #F10487 Deep Pink

📋 copy color: '#F10487'

red 241 ◦ green 4 ◦ blue 135

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

Shades of Deep Pink #F10487

Tints of Deep Pink #F10487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 63.42%
G = 1.05%
B = 35.53%

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

#F10487 (or 0xF10487) is known color: Deep Pink. HEX triplet: F1, 04 and 87. RGB value is (241,4,135). Sum of RGB (Red+Green+Blue) = 241+4+135=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F10487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10487 is #0EFB78. Grayscale: #595959. Windows color (decimal): -981881 or 8848625. OLE color: 8848625.

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

Color convert

RGB 241 4 135 -
CMYK 0 0.98 0.44 0.05
HSL 326.84º 0.97% 0.48% -
HSV(B) 326.84º 0.98% 0.95% -
XYZ 40.69 20.54 24.74 -
YUV 89.8 153.52 235.85 -
System Red Green Blue C M Y K H S L
Decimal 241 4 135 0 0.98 0.44 0.05 326.84 0.97 0.48
Hex F1 4 87 0 62 2C 5 147 61 30
Octal 361 4 207 0 142 54 5 507 141 60
Binary 11110001 100 10000111 0 1100010 101100 101 101000111 1100001 110000

Color Harmonies of #F10487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10487

Black with #F10487

Text Example


Text Example

White with #F10487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10487; }

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

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

background-color css

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

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

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

border-color css

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

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

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