Html Css Color HEX #F81A8A Deep Pink

📋 copy color: '#F81A8A'

red 248 ◦ green 26 ◦ blue 138

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

Shades of Deep Pink #F81A8A

Tints of Deep Pink #F81A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.31%

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 60.19%
G = 6.31%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F81A8A (or 0xF81A8A) is known color: Deep Pink. HEX triplet: F8, 1A and 8A. RGB value is (248,26,138). Sum of RGB (Red+Green+Blue) = 248+26+138=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81A8A is #07E575. Grayscale: #686868. Windows color (decimal): -517494 or 9050872. OLE color: 9050872.

HSL color Cylindrical-coordinate representation of color #F81A8A: 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.9%. Process color model (Four color, CMYK) of #F81A8A is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 26 138 -
CMYK 0 0.90 0.44 0.03
HSL 329.73º 0.94% 0.54% -
HSV(B) 329.73º 0.9% 0.97% -
XYZ 43.67 22.53 26.09 -
YUV 105.15 146.55 229.89 -
System Red Green Blue C M Y K H S L
Decimal 248 26 138 0 0.90 0.44 0.03 329.73 0.94 0.54
Hex F8 1A 8A 0 5A 2C 3 14A 5E 36
Octal 370 32 212 0 132 54 3 512 136 66
Binary 11111000 11010 10001010 0 1011010 101100 11 101001010 1011110 110110

Color Harmonies of #F81A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81A8A

Black with #F81A8A

Text Example


Text Example

White with #F81A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81A8A; }

 p { color: rgb(248,26,138); }

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

background-color css

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

 a { background-color: rgb(248,26,138); }

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

border-color css

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

 span { border-color: rgb(248,26,138); }

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