Html Css Color HEX #F10D85 Deep Pink

📋 copy color: '#F10D85'

red 241 ◦ green 13 ◦ blue 133

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

Shades of Deep Pink #F10D85

Tints of Deep Pink #F10D85

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.36%

 BLUE value IS 133 (52.34% from 255) = 34.37%

R = 62.27%
G = 3.36%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F10D85 (or 0xF10D85) is known color: Deep Pink. HEX triplet: F1, 0D and 85. RGB value is (241,13,133). Sum of RGB (Red+Green+Blue) = 241+13+133=387 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.27% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10D85 is #0EF27A. Grayscale: #5E5E5E. Windows color (decimal): -979579 or 8719857. OLE color: 8719857.

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

Color convert

RGB 241 13 133 -
CMYK 0 0.95 0.45 0.05
HSL 328.42º 0.9% 0.5% -
HSV(B) 328.42º 0.95% 0.95% -
XYZ 40.65 20.68 24.04 -
YUV 94.85 149.54 232.24 -
System Red Green Blue C M Y K H S L
Decimal 241 13 133 0 0.95 0.45 0.05 328.42 0.9 0.5
Hex F1 D 85 0 5F 2D 5 148 5A 32
Octal 361 15 205 0 137 55 5 510 132 62
Binary 11110001 1101 10000101 0 1011111 101101 101 101001000 1011010 110010

Color Harmonies of #F10D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10D85

Black with #F10D85

Text Example


Text Example

White with #F10D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10D85; }

 p { color: rgb(241,13,133); }

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

background-color css

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

 a { background-color: rgb(241,13,133); }

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

border-color css

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

 span { border-color: rgb(241,13,133); }

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