Html Css Color HEX #F256C6 Neon Pink

📋 copy color: '#F256C6'

red 242 ◦ green 86 ◦ blue 198

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

Shades of Neon Pink #F256C6

Tints of Neon Pink #F256C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.64%

R = 46.01%
G = 16.35%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F256C6 (or 0xF256C6) is known color: Neon Pink. HEX triplet: F2, 56 and C6. RGB value is (242,86,198). Sum of RGB (Red+Green+Blue) = 242+86+198=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F256C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256C6 is #0DA939. Grayscale: #919191. Windows color (decimal): -895290 or 12998386. OLE color: 12998386.

HSL color Cylindrical-coordinate representation of color #F256C6: hue angle of 316.92º 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 #F256C6 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 198 -
CMYK 0 0.64 0.18 0.05
HSL 316.92º 0.86% 0.64% -
HSV(B) 316.92º 0.64% 0.95% -
XYZ 50.14 29.61 56.5 -
YUV 145.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 242 86 198 0 0.64 0.18 0.05 316.92 0.86 0.64
Hex F2 56 C6 0 40 12 5 13D 56 40
Octal 362 126 306 0 100 22 5 475 126 100
Binary 11110010 1010110 11000110 0 1000000 10010 101 100111101 1010110 1000000

Color Harmonies of #F256C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256C6

Black with #F256C6

Text Example


Text Example

White with #F256C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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