Html Css Color HEX #F874D5 Neon Pink

📋 copy color: '#F874D5'

red 248 ◦ green 116 ◦ blue 213

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

Shades of Neon Pink #F874D5

Tints of Neon Pink #F874D5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.1%

 BLUE value IS 213 (83.59% from 255) = 36.92%

R = 42.98%
G = 20.1%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F874D5 (or 0xF874D5) is known color: Neon Pink. HEX triplet: F8, 74 and D5. RGB value is (248,116,213). Sum of RGB (Red+Green+Blue) = 248+116+213=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F874D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874D5 is #078B2A. Grayscale: #A6A6A6. Windows color (decimal): -494379 or 13989112. OLE color: 13989112.

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

Color convert

RGB 248 116 213 -
CMYK 0 0.53 0.14 0.03
HSL 315.91º 0.9% 0.71% -
HSV(B) 315.91º 0.53% 0.97% -
XYZ 56.97 37.25 67.14 -
YUV 166.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 248 116 213 0 0.53 0.14 0.03 315.91 0.9 0.71
Hex F8 74 D5 0 35 E 3 13C 5A 47
Octal 370 164 325 0 65 16 3 474 132 107
Binary 11111000 1110100 11010101 0 110101 1110 11 100111100 1011010 1000111

Color Harmonies of #F874D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874D5

Black with #F874D5

Text Example


Text Example

White with #F874D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874D5; }

 p { color: rgb(248,116,213); }

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

background-color css

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

 a { background-color: rgb(248,116,213); }

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

border-color css

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

 span { border-color: rgb(248,116,213); }

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