Html Css Color HEX #F276C9 Neon Pink

📋 copy color: '#F276C9'

red 242 ◦ green 118 ◦ blue 201

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

Shades of Neon Pink #F276C9

Tints of Neon Pink #F276C9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.03%

 BLUE value IS 201 (78.91% from 255) = 35.83%

R = 43.14%
G = 21.03%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F276C9 (or 0xF276C9) is known color: Neon Pink. HEX triplet: F2, 76 and C9. RGB value is (242,118,201). Sum of RGB (Red+Green+Blue) = 242+118+201=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F276C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276C9 is #0D8936. Grayscale: #A4A4A4. Windows color (decimal): -887095 or 13203186. OLE color: 13203186.

HSL color Cylindrical-coordinate representation of color #F276C9: hue angle of 319.84º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F276C9 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 118 201 -
CMYK 0 0.51 0.17 0.05
HSL 319.84º 0.83% 0.71% -
HSV(B) 319.84º 0.51% 0.95% -
XYZ 53.64 36.05 59.39 -
YUV 164.54 148.58 183.25 -
System Red Green Blue C M Y K H S L
Decimal 242 118 201 0 0.51 0.17 0.05 319.84 0.83 0.71
Hex F2 76 C9 0 33 11 5 140 53 47
Octal 362 166 311 0 63 21 5 500 123 107
Binary 11110010 1110110 11001001 0 110011 10001 101 101000000 1010011 1000111

Color Harmonies of #F276C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276C9

Black with #F276C9

Text Example


Text Example

White with #F276C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276C9; }

 p { color: rgb(242,118,201); }

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

background-color css

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

 a { background-color: rgb(242,118,201); }

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

border-color css

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

 span { border-color: rgb(242,118,201); }

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