Html Css Color HEX #F261CE Neon Pink

📋 copy color: '#F261CE'

red 242 ◦ green 97 ◦ blue 206

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

Shades of Neon Pink #F261CE

Tints of Neon Pink #F261CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.8%

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 44.4%
G = 17.8%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F261CE (or 0xF261CE) is known color: Neon Pink. HEX triplet: F2, 61 and CE. RGB value is (242,97,206). Sum of RGB (Red+Green+Blue) = 242+97+206=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F261CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261CE is #0D9E31. Grayscale: #989898. Windows color (decimal): -892466 or 13525490. OLE color: 13525490.

HSL color Cylindrical-coordinate representation of color #F261CE: hue angle of 314.9º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F261CE is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 97 206 -
CMYK 0 0.60 0.15 0.05
HSL 314.9º 0.85% 0.66% -
HSV(B) 314.9º 0.6% 0.95% -
XYZ 52.03 31.88 61.8 -
YUV 152.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 242 97 206 0 0.60 0.15 0.05 314.9 0.85 0.66
Hex F2 61 CE 0 3C F 5 13B 55 42
Octal 362 141 316 0 74 17 5 473 125 102
Binary 11110010 1100001 11001110 0 111100 1111 101 100111011 1010101 1000010

Color Harmonies of #F261CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F261CE

Black with #F261CE

Text Example


Text Example

White with #F261CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F261CE; }

 p { color: rgb(242,97,206); }

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

background-color css

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

 a { background-color: rgb(242,97,206); }

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

border-color css

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

 span { border-color: rgb(242,97,206); }

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