Html Css Color HEX #F81585 Deep Pink

📋 copy color: '#F81585'

red 248 ◦ green 21 ◦ blue 133

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

Shades of Deep Pink #F81585

Tints of Deep Pink #F81585

RGB

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

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

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

R = 61.69%
G = 5.22%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F81585 (or 0xF81585) is known color: Deep Pink. HEX triplet: F8, 15 and 85. RGB value is (248,21,133). Sum of RGB (Red+Green+Blue) = 248+21+133=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F81585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81585 is #07EA7A. Grayscale: #656565. Windows color (decimal): -518779 or 8721912. OLE color: 8721912.

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

Color convert

RGB 248 21 133 -
CMYK 0 0.92 0.46 0.03
HSL 330.4º 0.94% 0.53% -
HSV(B) 330.4º 0.92% 0.97% -
XYZ 43.21 22.19 24.2 -
YUV 101.64 145.71 232.39 -
System Red Green Blue C M Y K H S L
Decimal 248 21 133 0 0.92 0.46 0.03 330.4 0.94 0.53
Hex F8 15 85 0 5C 2E 3 14A 5E 35
Octal 370 25 205 0 134 56 3 512 136 65
Binary 11111000 10101 10000101 0 1011100 101110 11 101001010 1011110 110101

Color Harmonies of #F81585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81585

Black with #F81585

Text Example


Text Example

White with #F81585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81585; }

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

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

background-color css

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

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

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

border-color css

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

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

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