Html Css Color HEX #F10883 Deep Pink

📋 copy color: '#F10883'

red 241 ◦ green 8 ◦ blue 131

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

Shades of Deep Pink #F10883

Tints of Deep Pink #F10883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.47%

R = 63.42%
G = 2.11%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F10883 (or 0xF10883) is known color: Deep Pink. HEX triplet: F1, 08 and 83. RGB value is (241,8,131). Sum of RGB (Red+Green+Blue) = 241+8+131=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F10883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10883 is #0EF77C. Grayscale: #5B5B5B. Windows color (decimal): -980861 or 8587505. OLE color: 8587505.

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

Color convert

RGB 241 8 131 -
CMYK 0 0.97 0.46 0.05
HSL 328.33º 0.94% 0.49% -
HSV(B) 328.33º 0.97% 0.95% -
XYZ 40.46 20.51 23.3 -
YUV 91.69 150.19 234.5 -
System Red Green Blue C M Y K H S L
Decimal 241 8 131 0 0.97 0.46 0.05 328.33 0.94 0.49
Hex F1 8 83 0 61 2E 5 148 5E 31
Octal 361 10 203 0 141 56 5 510 136 61
Binary 11110001 1000 10000011 0 1100001 101110 101 101001000 1011110 110001

Color Harmonies of #F10883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10883

Black with #F10883

Text Example


Text Example

White with #F10883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10883; }

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

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

background-color css

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

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

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

border-color css

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

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

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