Html Css Color HEX #F256C2 Neon Pink

📋 copy color: '#F256C2'

red 242 ◦ green 86 ◦ blue 194

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

Shades of Neon Pink #F256C2

Tints of Neon Pink #F256C2

RGB

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

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

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

R = 46.36%
G = 16.48%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F256C2 (or 0xF256C2) is known color: Neon Pink. HEX triplet: F2, 56 and C2. RGB value is (242,86,194). Sum of RGB (Red+Green+Blue) = 242+86+194=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F256C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F256C2 is #0DA93D. Grayscale: #909090. Windows color (decimal): -895294 or 12736242. OLE color: 12736242.

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

Color convert

RGB 242 86 194 -
CMYK 0 0.64 0.20 0.05
HSL 318.46º 0.86% 0.64% -
HSV(B) 318.46º 0.64% 0.95% -
XYZ 49.68 29.43 54.1 -
YUV 144.96 155.68 197.22 -
System Red Green Blue C M Y K H S L
Decimal 242 86 194 0 0.64 0.20 0.05 318.46 0.86 0.64
Hex F2 56 C2 0 40 14 5 13E 56 40
Octal 362 126 302 0 100 24 5 476 126 100
Binary 11110010 1010110 11000010 0 1000000 10100 101 100111110 1010110 1000000

Color Harmonies of #F256C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F256C2

Black with #F256C2

Text Example


Text Example

White with #F256C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F256C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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