Html Css Color HEX #F273C7 Neon Pink

📋 copy color: '#F273C7'

red 242 ◦ green 115 ◦ blue 199

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

Shades of Neon Pink #F273C7

Tints of Neon Pink #F273C7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.68%

 BLUE value IS 199 (78.13% from 255) = 35.79%

R = 43.53%
G = 20.68%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F273C7 (or 0xF273C7) is known color: Neon Pink. HEX triplet: F2, 73 and C7. RGB value is (242,115,199). Sum of RGB (Red+Green+Blue) = 242+115+199=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F273C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273C7 is #0D8C38. Grayscale: #A2A2A2. Windows color (decimal): -887865 or 13071346. OLE color: 13071346.

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

Color convert

RGB 242 115 199 -
CMYK 0 0.52 0.18 0.05
HSL 320.32º 0.83% 0.7% -
HSV(B) 320.32º 0.52% 0.95% -
XYZ 53.06 35.26 58.04 -
YUV 162.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 242 115 199 0 0.52 0.18 0.05 320.32 0.83 0.7
Hex F2 73 C7 0 34 12 5 140 53 46
Octal 362 163 307 0 64 22 5 500 123 106
Binary 11110010 1110011 11000111 0 110100 10010 101 101000000 1010011 1000110

Color Harmonies of #F273C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F273C7

Black with #F273C7

Text Example


Text Example

White with #F273C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F273C7; }

 p { color: rgb(242,115,199); }

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

background-color css

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

 a { background-color: rgb(242,115,199); }

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

border-color css

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

 span { border-color: rgb(242,115,199); }

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