Html Css Color HEX #F81583 Deep Pink

📋 copy color: '#F81583'

red 248 ◦ green 21 ◦ blue 131

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

Shades of Deep Pink #F81583

Tints of Deep Pink #F81583

RGB

 RED value IS 248 (97.27% from 255) = 62%

 GREEN value IS 21 (8.59% from 255) = 5.25%

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

R = 62%
G = 5.25%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F81583 (or 0xF81583) is known color: Deep Pink. HEX triplet: F8, 15 and 83. RGB value is (248,21,131). Sum of RGB (Red+Green+Blue) = 248+21+131=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F81583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81583 is #07EA7C. Grayscale: #656565. Windows color (decimal): -518781 or 8590840. OLE color: 8590840.

HSL color Cylindrical-coordinate representation of color #F81583: hue angle of 330.93º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81583 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 21 131 -
CMYK 0 0.92 0.47 0.03
HSL 330.93º 0.94% 0.53% -
HSV(B) 330.93º 0.92% 0.97% -
XYZ 43.08 22.13 23.47 -
YUV 101.41 144.71 232.56 -
System Red Green Blue C M Y K H S L
Decimal 248 21 131 0 0.92 0.47 0.03 330.93 0.94 0.53
Hex F8 15 83 0 5C 2F 3 14B 5E 35
Octal 370 25 203 0 134 57 3 513 136 65
Binary 11111000 10101 10000011 0 1011100 101111 11 101001011 1011110 110101

Color Harmonies of #F81583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81583

Black with #F81583

Text Example


Text Example

White with #F81583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81583; }

 p { color: rgb(248,21,131); }

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

background-color css

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

 a { background-color: rgb(248,21,131); }

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

border-color css

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

 span { border-color: rgb(248,21,131); }

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