Html Css Color HEX #F47AD0 Neon Pink

📋 copy color: '#F47AD0'

red 244 ◦ green 122 ◦ blue 208

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

Shades of Neon Pink #F47AD0

Tints of Neon Pink #F47AD0

RGB

 RED value IS 244 (95.7% from 255) = 42.51%

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

 BLUE value IS 208 (81.64% from 255) = 36.24%

R = 42.51%
G = 21.25%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F47AD0 (or 0xF47AD0) is known color: Neon Pink. HEX triplet: F4, 7A and D0. RGB value is (244,122,208). Sum of RGB (Red+Green+Blue) = 244+122+208=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AD0 is #0B852F. Grayscale: #A8A8A8. Windows color (decimal): -754992 or 13662964. OLE color: 13662964.

HSL color Cylindrical-coordinate representation of color #F47AD0: hue angle of 317.7º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47AD0 is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 122 208 -
CMYK 0 0.5 0.15 0.04
HSL 317.7º 0.85% 0.72% -
HSV(B) 317.7º 0.5% 0.96% -
XYZ 55.65 37.71 64.02 -
YUV 168.28 150.42 182.01 -
System Red Green Blue C M Y K H S L
Decimal 244 122 208 0 0.5 0.15 0.04 317.7 0.85 0.72
Hex F4 7A D0 0 32 F 4 13E 55 48
Octal 364 172 320 0 62 17 4 476 125 110
Binary 11110100 1111010 11010000 0 110010 1111 100 100111110 1010101 1001000

Color Harmonies of #F47AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47AD0

Black with #F47AD0

Text Example


Text Example

White with #F47AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47AD0; }

 p { color: rgb(244,122,208); }

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

background-color css

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

 a { background-color: rgb(244,122,208); }

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

border-color css

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

 span { border-color: rgb(244,122,208); }

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