Html Css Color HEX #F276D4 Neon Pink

📋 copy color: '#F276D4'

red 242 ◦ green 118 ◦ blue 212

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

Shades of Neon Pink #F276D4

Tints of Neon Pink #F276D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.06%

R = 42.31%
G = 20.63%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F276D4 (or 0xF276D4) is known color: Neon Pink. HEX triplet: F2, 76 and D4. RGB value is (242,118,212). Sum of RGB (Red+Green+Blue) = 242+118+212=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F276D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276D4 is #0D892B. Grayscale: #A5A5A5. Windows color (decimal): -887084 or 13924082. OLE color: 13924082.

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

Color convert

RGB 242 118 212 -
CMYK 0 0.51 0.12 0.05
HSL 314.52º 0.83% 0.71% -
HSV(B) 314.52º 0.51% 0.95% -
XYZ 54.98 36.59 66.45 -
YUV 165.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 242 118 212 0 0.51 0.12 0.05 314.52 0.83 0.71
Hex F2 76 D4 0 33 C 5 13B 53 47
Octal 362 166 324 0 63 14 5 473 123 107
Binary 11110010 1110110 11010100 0 110011 1100 101 100111011 1010011 1000111

Color Harmonies of #F276D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276D4

Black with #F276D4

Text Example


Text Example

White with #F276D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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