Html Css Color HEX #F10187 Deep Pink

📋 copy color: '#F10187'

red 241 ◦ green 1 ◦ blue 135

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

Shades of Deep Pink #F10187

Tints of Deep Pink #F10187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 63.93%
G = 0.27%
B = 35.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F10187 (or 0xF10187) is known color: Deep Pink. HEX triplet: F1, 01 and 87. RGB value is (241,1,135). Sum of RGB (Red+Green+Blue) = 241+1+135=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F10187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10187 is #0EFE78. Grayscale: #575757. Windows color (decimal): -982649 or 8847857. OLE color: 8847857.

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

Color convert

RGB 241 1 135 -
CMYK 0 1.00 0.44 0.05
HSL 326.5º 0.99% 0.47% -
HSV(B) 326.5º 1% 0.95% -
XYZ 40.66 20.47 24.73 -
YUV 88.04 154.51 237.1 -
System Red Green Blue C M Y K H S L
Decimal 241 1 135 0 1.00 0.44 0.05 326.5 0.99 0.47
Hex F1 1 87 0 64 2C 5 146 63 2F
Octal 361 1 207 0 144 54 5 506 143 57
Binary 11110001 1 10000111 0 1100100 101100 101 101000110 1100011 101111

Color Harmonies of #F10187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10187

Black with #F10187

Text Example


Text Example

White with #F10187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10187; }

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

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

background-color css

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

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

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

border-color css

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

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

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