Html Css Color HEX #F10885 Deep Pink

📋 copy color: '#F10885'

red 241 ◦ green 8 ◦ blue 133

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

Shades of Deep Pink #F10885

Tints of Deep Pink #F10885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.09%

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

R = 63.09%
G = 2.09%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F10885 (or 0xF10885) is known color: Deep Pink. HEX triplet: F1, 08 and 85. RGB value is (241,8,133). Sum of RGB (Red+Green+Blue) = 241+8+133=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F10885 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10885 is #0EF77A. Grayscale: #5B5B5B. Windows color (decimal): -980859 or 8718577. OLE color: 8718577.

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

Color convert

RGB 241 8 133 -
CMYK 0 0.97 0.45 0.05
HSL 327.81º 0.94% 0.49% -
HSV(B) 327.81º 0.97% 0.95% -
XYZ 40.6 20.57 24.02 -
YUV 91.92 151.19 234.34 -
System Red Green Blue C M Y K H S L
Decimal 241 8 133 0 0.97 0.45 0.05 327.81 0.94 0.49
Hex F1 8 85 0 61 2D 5 148 5E 31
Octal 361 10 205 0 141 55 5 510 136 61
Binary 11110001 1000 10000101 0 1100001 101101 101 101001000 1011110 110001

Color Harmonies of #F10885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10885

Black with #F10885

Text Example


Text Example

White with #F10885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10885; }

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

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

background-color css

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

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

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

border-color css

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

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

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