Html Css Color HEX #F276C8 Neon Pink

📋 copy color: '#F276C8'

red 242 ◦ green 118 ◦ blue 200

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

Shades of Neon Pink #F276C8

Tints of Neon Pink #F276C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.71%

R = 43.21%
G = 21.07%
B = 35.71%

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

#F276C8 (or 0xF276C8) is known color: Neon Pink. HEX triplet: F2, 76 and C8. RGB value is (242,118,200). Sum of RGB (Red+Green+Blue) = 242+118+200=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F276C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276C8 is #0D8937. Grayscale: #A4A4A4. Windows color (decimal): -887096 or 13137650. OLE color: 13137650.

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

Color convert

RGB 242 118 200 -
CMYK 0 0.51 0.17 0.05
HSL 320.32º 0.83% 0.71% -
HSV(B) 320.32º 0.51% 0.95% -
XYZ 53.52 36 58.77 -
YUV 164.42 148.08 183.33 -
System Red Green Blue C M Y K H S L
Decimal 242 118 200 0 0.51 0.17 0.05 320.32 0.83 0.71
Hex F2 76 C8 0 33 11 5 140 53 47
Octal 362 166 310 0 63 21 5 500 123 107
Binary 11110010 1110110 11001000 0 110011 10001 101 101000000 1010011 1000111

Color Harmonies of #F276C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276C8

Black with #F276C8

Text Example


Text Example

White with #F276C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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