Html Css Color HEX #F81C8B Deep Pink

📋 copy color: '#F81C8B'

red 248 ◦ green 28 ◦ blue 139

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

Shades of Deep Pink #F81C8B

Tints of Deep Pink #F81C8B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.75%

 BLUE value IS 139 (54.69% from 255) = 33.49%

R = 59.76%
G = 6.75%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F81C8B (or 0xF81C8B) is known color: Deep Pink. HEX triplet: F8, 1C and 8B. RGB value is (248,28,139). Sum of RGB (Red+Green+Blue) = 248+28+139=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81C8B is #07E374. Grayscale: #6A6A6A. Windows color (decimal): -516981 or 9116920. OLE color: 9116920.

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

Color convert

RGB 248 28 139 -
CMYK 0 0.89 0.44 0.03
HSL 329.73º 0.94% 0.54% -
HSV(B) 329.73º 0.89% 0.97% -
XYZ 43.79 22.65 26.49 -
YUV 106.43 146.39 228.97 -
System Red Green Blue C M Y K H S L
Decimal 248 28 139 0 0.89 0.44 0.03 329.73 0.94 0.54
Hex F8 1C 8B 0 59 2C 3 14A 5E 36
Octal 370 34 213 0 131 54 3 512 136 66
Binary 11111000 11100 10001011 0 1011001 101100 11 101001010 1011110 110110

Color Harmonies of #F81C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C8B

Black with #F81C8B

Text Example


Text Example

White with #F81C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C8B; }

 p { color: rgb(248,28,139); }

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

background-color css

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

 a { background-color: rgb(248,28,139); }

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

border-color css

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

 span { border-color: rgb(248,28,139); }

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