Html Css Color HEX #F87AD2 Neon Pink

📋 copy color: '#F87AD2'

red 248 ◦ green 122 ◦ blue 210

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

Shades of Neon Pink #F87AD2

Tints of Neon Pink #F87AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.21%

R = 42.76%
G = 21.03%
B = 36.21%

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

#F87AD2 (or 0xF87AD2) is known color: Neon Pink. HEX triplet: F8, 7A and D2. RGB value is (248,122,210). Sum of RGB (Red+Green+Blue) = 248+122+210=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AD2 is #07852D. Grayscale: #A9A9A9. Windows color (decimal): -492846 or 13794040. OLE color: 13794040.

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

Color convert

RGB 248 122 210 -
CMYK 0 0.51 0.15 0.03
HSL 318.1º 0.9% 0.73% -
HSV(B) 318.1º 0.51% 0.97% -
XYZ 57.3 38.53 65.39 -
YUV 169.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 248 122 210 0 0.51 0.15 0.03 318.1 0.9 0.73
Hex F8 7A D2 0 33 F 3 13E 5A 49
Octal 370 172 322 0 63 17 3 476 132 111
Binary 11111000 1111010 11010010 0 110011 1111 11 100111110 1011010 1001001

Color Harmonies of #F87AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87AD2

Black with #F87AD2

Text Example


Text Example

White with #F87AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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