Html Css Color HEX #F81985 Deep Pink

📋 copy color: '#F81985'

red 248 ◦ green 25 ◦ blue 133

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

Shades of Deep Pink #F81985

Tints of Deep Pink #F81985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.16%

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

R = 61.08%
G = 6.16%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F81985 (or 0xF81985) is known color: Deep Pink. HEX triplet: F8, 19 and 85. RGB value is (248,25,133). Sum of RGB (Red+Green+Blue) = 248+25+133=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F81985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81985 is #07E67A. Grayscale: #676767. Windows color (decimal): -517755 or 8722936. OLE color: 8722936.

HSL color Cylindrical-coordinate representation of color #F81985: hue angle of 330.94º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81985 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 25 133 -
CMYK 0 0.90 0.46 0.03
HSL 330.94º 0.94% 0.54% -
HSV(B) 330.94º 0.9% 0.97% -
XYZ 43.29 22.35 24.22 -
YUV 103.99 144.38 230.72 -
System Red Green Blue C M Y K H S L
Decimal 248 25 133 0 0.90 0.46 0.03 330.94 0.94 0.54
Hex F8 19 85 0 5A 2E 3 14B 5E 36
Octal 370 31 205 0 132 56 3 513 136 66
Binary 11111000 11001 10000101 0 1011010 101110 11 101001011 1011110 110110

Color Harmonies of #F81985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81985

Black with #F81985

Text Example


Text Example

White with #F81985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81985; }

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

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

background-color css

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

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

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

border-color css

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

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

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