Html Css Color HEX #F87AD4 Neon Pink

📋 copy color: '#F87AD4'

red 248 ◦ green 122 ◦ blue 212

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

Shades of Neon Pink #F87AD4

Tints of Neon Pink #F87AD4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.96%

 BLUE value IS 212 (83.2% from 255) = 36.43%

R = 42.61%
G = 20.96%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F87AD4 (or 0xF87AD4) is known color: Neon Pink. HEX triplet: F8, 7A and D4. RGB value is (248,122,212). Sum of RGB (Red+Green+Blue) = 248+122+212=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AD4 is #07852B. Grayscale: #A9A9A9. Windows color (decimal): -492844 or 13925112. OLE color: 13925112.

HSL color Cylindrical-coordinate representation of color #F87AD4: hue angle of 317.14º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87AD4 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 122 212 -
CMYK 0 0.51 0.15 0.03
HSL 317.14º 0.9% 0.73% -
HSV(B) 317.14º 0.51% 0.97% -
XYZ 57.55 38.63 66.71 -
YUV 169.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 248 122 212 0 0.51 0.15 0.03 317.14 0.9 0.73
Hex F8 7A D4 0 33 F 3 13D 5A 49
Octal 370 172 324 0 63 17 3 475 132 111
Binary 11111000 1111010 11010100 0 110011 1111 11 100111101 1011010 1001001

Color Harmonies of #F87AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87AD4

Black with #F87AD4

Text Example


Text Example

White with #F87AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87AD4; }

 p { color: rgb(248,122,212); }

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

background-color css

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

 a { background-color: rgb(248,122,212); }

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

border-color css

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

 span { border-color: rgb(248,122,212); }

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