Html Css Color HEX #F256C0 Neon Pink

📋 copy color: '#F256C0'

red 242 ◦ green 86 ◦ blue 192

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

Shades of Neon Pink #F256C0

Tints of Neon Pink #F256C0

RGB

 RED value IS 242 (94.92% from 255) = 46.54%

 GREEN value IS 86 (33.98% from 255) = 16.54%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 46.54%
G = 16.54%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F256C0 (or 0xF256C0) is known color: Neon Pink. HEX triplet: F2, 56 and C0. RGB value is (242,86,192). Sum of RGB (Red+Green+Blue) = 242+86+192=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F256C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256C0 is #0DA93F. Grayscale: #909090. Windows color (decimal): -895296 or 12605170. OLE color: 12605170.

HSL color Cylindrical-coordinate representation of color #F256C0: hue angle of 319.23º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F256C0 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 192 -
CMYK 0 0.64 0.21 0.05
HSL 319.23º 0.86% 0.64% -
HSV(B) 319.23º 0.64% 0.95% -
XYZ 49.46 29.34 52.93 -
YUV 144.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 242 86 192 0 0.64 0.21 0.05 319.23 0.86 0.64
Hex F2 56 C0 0 40 15 5 13F 56 40
Octal 362 126 300 0 100 25 5 477 126 100
Binary 11110010 1010110 11000000 0 1000000 10101 101 100111111 1010110 1000000

Color Harmonies of #F256C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256C0

Black with #F256C0

Text Example


Text Example

White with #F256C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256C0; }

 p { color: rgb(242,86,192); }

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

background-color css

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

 a { background-color: rgb(242,86,192); }

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

border-color css

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

 span { border-color: rgb(242,86,192); }

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