Html Css Color HEX #F10083 Deep Pink

📋 copy color: '#F10083'

red 241 ◦ green 0 ◦ blue 131

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

Shades of Deep Pink #F10083

Tints of Deep Pink #F10083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.78%
G = 0%
B = 35.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F10083 (or 0xF10083) is known color: Deep Pink. HEX triplet: F1, 00 and 83. RGB value is (241,0,131). Sum of RGB (Red+Green+Blue) = 241+0+131=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F10083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10083 is #0EFF7C. Grayscale: #565656. Windows color (decimal): -982909 or 8585457. OLE color: 8585457.

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

Color convert

RGB 241 0 131 -
CMYK 0 1 0.46 0.05
HSL 327.39º 1% 0.47% -
HSV(B) 327.39º 1% 0.95% -
XYZ 40.37 20.34 23.27 -
YUV 86.99 152.84 237.85 -
System Red Green Blue C M Y K H S L
Decimal 241 0 131 0 1 0.46 0.05 327.39 1 0.47
Hex F1 0 83 0 64 2E 5 147 64 2F
Octal 361 0 203 0 144 56 5 507 144 57
Binary 11110001 0 10000011 0 1100100 101110 101 101000111 1100100 101111

Color Harmonies of #F10083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10083

Black with #F10083

Text Example


Text Example

White with #F10083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10083; }

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

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

background-color css

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

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

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

border-color css

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

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

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