Html Css Color HEX #F81B9C Deep Pink

📋 copy color: '#F81B9C'

red 248 ◦ green 27 ◦ blue 156

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

Shades of Deep Pink #F81B9C

Tints of Deep Pink #F81B9C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.26%

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 57.54%
G = 6.26%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F81B9C (or 0xF81B9C) is known color: Deep Pink. HEX triplet: F8, 1B and 9C. RGB value is (248,27,156). Sum of RGB (Red+Green+Blue) = 248+27+156=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81B9C is #07E463. Grayscale: #6B6B6B. Windows color (decimal): -517220 or 10230776. OLE color: 10230776.

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

Color convert

RGB 248 27 156 -
CMYK 0 0.89 0.37 0.03
HSL 324.98º 0.94% 0.54% -
HSV(B) 324.98º 0.89% 0.97% -
XYZ 45.1 23.14 33.54 -
YUV 107.79 155.22 228.01 -
System Red Green Blue C M Y K H S L
Decimal 248 27 156 0 0.89 0.37 0.03 324.98 0.94 0.54
Hex F8 1B 9C 0 59 25 3 145 5E 36
Octal 370 33 234 0 131 45 3 505 136 66
Binary 11111000 11011 10011100 0 1011001 100101 11 101000101 1011110 110110

Color Harmonies of #F81B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81B9C

Black with #F81B9C

Text Example


Text Example

White with #F81B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81B9C; }

 p { color: rgb(248,27,156); }

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

background-color css

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

 a { background-color: rgb(248,27,156); }

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

border-color css

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

 span { border-color: rgb(248,27,156); }

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