Html Css Color HEX #F26ED5 Neon Pink

📋 copy color: '#F26ED5'

red 242 ◦ green 110 ◦ blue 213

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

Shades of Neon Pink #F26ED5

Tints of Neon Pink #F26ED5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.47%

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

R = 42.83%
G = 19.47%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F26ED5 (or 0xF26ED5) is known color: Neon Pink. HEX triplet: F2, 6E and D5. RGB value is (242,110,213). Sum of RGB (Red+Green+Blue) = 242+110+213=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F26ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26ED5 is #0D912A. Grayscale: #A0A0A0. Windows color (decimal): -889131 or 13987570. OLE color: 13987570.

HSL color Cylindrical-coordinate representation of color #F26ED5: hue angle of 313.18º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26ED5 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 110 213 -
CMYK 0 0.55 0.12 0.05
HSL 313.18º 0.84% 0.69% -
HSV(B) 313.18º 0.55% 0.95% -
XYZ 54.2 34.83 66.82 -
YUV 161.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 242 110 213 0 0.55 0.12 0.05 313.18 0.84 0.69
Hex F2 6E D5 0 37 C 5 139 54 45
Octal 362 156 325 0 67 14 5 471 124 105
Binary 11110010 1101110 11010101 0 110111 1100 101 100111001 1010100 1000101

Color Harmonies of #F26ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26ED5

Black with #F26ED5

Text Example


Text Example

White with #F26ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26ED5; }

 p { color: rgb(242,110,213); }

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

background-color css

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

 a { background-color: rgb(242,110,213); }

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

border-color css

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

 span { border-color: rgb(242,110,213); }

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