Html Css Color HEX #F81B9B Deep Pink

📋 copy color: '#F81B9B'

red 248 ◦ green 27 ◦ blue 155

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

Shades of Deep Pink #F81B9B

Tints of Deep Pink #F81B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 57.67%
G = 6.28%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F81B9B (or 0xF81B9B) is known color: Deep Pink. HEX triplet: F8, 1B and 9B. RGB value is (248,27,155). Sum of RGB (Red+Green+Blue) = 248+27+155=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81B9B is #07E464. Grayscale: #6B6B6B. Windows color (decimal): -517221 or 10165240. OLE color: 10165240.

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

Color convert

RGB 248 27 155 -
CMYK 0 0.89 0.38 0.03
HSL 325.25º 0.94% 0.54% -
HSV(B) 325.25º 0.89% 0.97% -
XYZ 45.02 23.11 33.1 -
YUV 107.67 154.72 228.09 -
System Red Green Blue C M Y K H S L
Decimal 248 27 155 0 0.89 0.38 0.03 325.25 0.94 0.54
Hex F8 1B 9B 0 59 26 3 145 5E 36
Octal 370 33 233 0 131 46 3 505 136 66
Binary 11111000 11011 10011011 0 1011001 100110 11 101000101 1011110 110110

Color Harmonies of #F81B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81B9B

Black with #F81B9B

Text Example


Text Example

White with #F81B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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