Html Css Color HEX #F277C9 Neon Pink

📋 copy color: '#F277C9'

red 242 ◦ green 119 ◦ blue 201

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

Shades of Neon Pink #F277C9

Tints of Neon Pink #F277C9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.17%

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

R = 43.06%
G = 21.17%
B = 35.77%

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

#F277C9 (or 0xF277C9) is known color: Neon Pink. HEX triplet: F2, 77 and C9. RGB value is (242,119,201). Sum of RGB (Red+Green+Blue) = 242+119+201=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F277C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F277C9 is #0D8836. Grayscale: #A4A4A4. Windows color (decimal): -886839 or 13203442. OLE color: 13203442.

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

Color convert

RGB 242 119 201 -
CMYK 0 0.51 0.17 0.05
HSL 320º 0.83% 0.71% -
HSV(B) 320º 0.51% 0.95% -
XYZ 53.76 36.29 59.43 -
YUV 165.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 242 119 201 0 0.51 0.17 0.05 320 0.83 0.71
Hex F2 77 C9 0 33 11 5 140 53 47
Octal 362 167 311 0 63 21 5 500 123 107
Binary 11110010 1110111 11001001 0 110011 10001 101 101000000 1010011 1000111

Color Harmonies of #F277C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F277C9

Black with #F277C9

Text Example


Text Example

White with #F277C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F277C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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