Html Css Color HEX #F272C7 Neon Pink

📋 copy color: '#F272C7'

red 242 ◦ green 114 ◦ blue 199

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

Shades of Neon Pink #F272C7

Tints of Neon Pink #F272C7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.54%

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

R = 43.6%
G = 20.54%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F272C7 (or 0xF272C7) is known color: Neon Pink. HEX triplet: F2, 72 and C7. RGB value is (242,114,199). Sum of RGB (Red+Green+Blue) = 242+114+199=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F272C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272C7 is #0D8D38. Grayscale: #A1A1A1. Windows color (decimal): -888121 or 13071090. OLE color: 13071090.

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

Color convert

RGB 242 114 199 -
CMYK 0 0.53 0.18 0.05
HSL 320.16º 0.83% 0.7% -
HSV(B) 320.16º 0.53% 0.95% -
XYZ 52.94 35.04 58 -
YUV 161.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 242 114 199 0 0.53 0.18 0.05 320.16 0.83 0.7
Hex F2 72 C7 0 35 12 5 140 53 46
Octal 362 162 307 0 65 22 5 500 123 106
Binary 11110010 1110010 11000111 0 110101 10010 101 101000000 1010011 1000110

Color Harmonies of #F272C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F272C7

Black with #F272C7

Text Example


Text Example

White with #F272C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F272C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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