Html Css Color HEX #F272CE Neon Pink

📋 copy color: '#F272CE'

red 242 ◦ green 114 ◦ blue 206

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

Shades of Neon Pink #F272CE

Tints of Neon Pink #F272CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 43.06%
G = 20.28%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F272CE (or 0xF272CE) is known color: Neon Pink. HEX triplet: F2, 72 and CE. RGB value is (242,114,206). Sum of RGB (Red+Green+Blue) = 242+114+206=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F272CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272CE is #0D8D31. Grayscale: #A2A2A2. Windows color (decimal): -888114 or 13529842. OLE color: 13529842.

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

Color convert

RGB 242 114 206 -
CMYK 0 0.53 0.15 0.05
HSL 316.88º 0.83% 0.7% -
HSV(B) 316.88º 0.53% 0.95% -
XYZ 53.78 35.37 62.38 -
YUV 162.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 242 114 206 0 0.53 0.15 0.05 316.88 0.83 0.7
Hex F2 72 CE 0 35 F 5 13D 53 46
Octal 362 162 316 0 65 17 5 475 123 106
Binary 11110010 1110010 11001110 0 110101 1111 101 100111101 1010011 1000110

Color Harmonies of #F272CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F272CE

Black with #F272CE

Text Example


Text Example

White with #F272CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F272CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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