Html Css Color HEX #F272CF Neon Pink

📋 copy color: '#F272CF'

red 242 ◦ green 114 ◦ blue 207

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

Shades of Neon Pink #F272CF

Tints of Neon Pink #F272CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 42.98%
G = 20.25%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F272CF (or 0xF272CF) is known color: Neon Pink. HEX triplet: F2, 72 and CF. RGB value is (242,114,207). Sum of RGB (Red+Green+Blue) = 242+114+207=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F272CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272CF is #0D8D30. Grayscale: #A2A2A2. Windows color (decimal): -888113 or 13595378. OLE color: 13595378.

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

Color convert

RGB 242 114 207 -
CMYK 0 0.53 0.14 0.05
HSL 316.41º 0.83% 0.7% -
HSV(B) 316.41º 0.53% 0.95% -
XYZ 53.9 35.42 63.03 -
YUV 162.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 242 114 207 0 0.53 0.14 0.05 316.41 0.83 0.7
Hex F2 72 CF 0 35 E 5 13C 53 46
Octal 362 162 317 0 65 16 5 474 123 106
Binary 11110010 1110010 11001111 0 110101 1110 101 100111100 1010011 1000110

Color Harmonies of #F272CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F272CF

Black with #F272CF

Text Example


Text Example

White with #F272CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F272CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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