Html Css Color HEX #F276CD Neon Pink

📋 copy color: '#F276CD'

red 242 ◦ green 118 ◦ blue 205

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

Shades of Neon Pink #F276CD

Tints of Neon Pink #F276CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 42.83%
G = 20.88%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F276CD (or 0xF276CD) is known color: Neon Pink. HEX triplet: F2, 76 and CD. RGB value is (242,118,205). Sum of RGB (Red+Green+Blue) = 242+118+205=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F276CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276CD is #0D8932. Grayscale: #A4A4A4. Windows color (decimal): -887091 or 13465330. OLE color: 13465330.

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

Color convert

RGB 242 118 205 -
CMYK 0 0.51 0.15 0.05
HSL 317.9º 0.83% 0.71% -
HSV(B) 317.9º 0.51% 0.95% -
XYZ 54.12 36.24 61.9 -
YUV 164.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 242 118 205 0 0.51 0.15 0.05 317.9 0.83 0.71
Hex F2 76 CD 0 33 F 5 13E 53 47
Octal 362 166 315 0 63 17 5 476 123 107
Binary 11110010 1110110 11001101 0 110011 1111 101 100111110 1010011 1000111

Color Harmonies of #F276CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276CD

Black with #F276CD

Text Example


Text Example

White with #F276CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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