Html Css Color HEX #F874C2 Neon Pink

📋 copy color: '#F874C2'

red 248 ◦ green 116 ◦ blue 194

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

Shades of Neon Pink #F874C2

Tints of Neon Pink #F874C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.77%

R = 44.44%
G = 20.79%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F874C2 (or 0xF874C2) is known color: Neon Pink. HEX triplet: F8, 74 and C2. RGB value is (248,116,194). Sum of RGB (Red+Green+Blue) = 248+116+194=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F874C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874C2 is #078B3D. Grayscale: #A4A4A4. Windows color (decimal): -494398 or 12743928. OLE color: 12743928.

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

Color convert

RGB 248 116 194 -
CMYK 0 0.53 0.22 0.03
HSL 324.55º 0.9% 0.71% -
HSV(B) 324.55º 0.53% 0.97% -
XYZ 54.69 36.34 55.17 -
YUV 164.36 144.73 187.66 -
System Red Green Blue C M Y K H S L
Decimal 248 116 194 0 0.53 0.22 0.03 324.55 0.9 0.71
Hex F8 74 C2 0 35 16 3 145 5A 47
Octal 370 164 302 0 65 26 3 505 132 107
Binary 11111000 1110100 11000010 0 110101 10110 11 101000101 1011010 1000111

Color Harmonies of #F874C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874C2

Black with #F874C2

Text Example


Text Example

White with #F874C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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