Html Css Color HEX #F271C0 Neon Pink

📋 copy color: '#F271C0'

red 242 ◦ green 113 ◦ blue 192

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

Shades of Neon Pink #F271C0

Tints of Neon Pink #F271C0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.66%

 BLUE value IS 192 (75.39% from 255) = 35.1%

R = 44.24%
G = 20.66%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F271C0 (or 0xF271C0) is known color: Neon Pink. HEX triplet: F2, 71 and C0. RGB value is (242,113,192). Sum of RGB (Red+Green+Blue) = 242+113+192=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F271C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271C0 is #0D8E3F. Grayscale: #A0A0A0. Windows color (decimal): -888384 or 12612082. OLE color: 12612082.

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

Color convert

RGB 242 113 192 -
CMYK 0 0.53 0.21 0.05
HSL 323.26º 0.83% 0.7% -
HSV(B) 323.26º 0.53% 0.95% -
XYZ 52.04 34.49 53.78 -
YUV 160.58 145.74 186.08 -
System Red Green Blue C M Y K H S L
Decimal 242 113 192 0 0.53 0.21 0.05 323.26 0.83 0.7
Hex F2 71 C0 0 35 15 5 143 53 46
Octal 362 161 300 0 65 25 5 503 123 106
Binary 11110010 1110001 11000000 0 110101 10101 101 101000011 1010011 1000110

Color Harmonies of #F271C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F271C0

Black with #F271C0

Text Example


Text Example

White with #F271C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F271C0; }

 p { color: rgb(242,113,192); }

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

background-color css

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

 a { background-color: rgb(242,113,192); }

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

border-color css

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

 span { border-color: rgb(242,113,192); }

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