Html Css Color HEX #F274C7 Neon Pink

📋 copy color: '#F274C7'

red 242 ◦ green 116 ◦ blue 199

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

Shades of Neon Pink #F274C7

Tints of Neon Pink #F274C7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.83%

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

R = 43.45%
G = 20.83%
B = 35.73%

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

#F274C7 (or 0xF274C7) is known color: Neon Pink. HEX triplet: F2, 74 and C7. RGB value is (242,116,199). Sum of RGB (Red+Green+Blue) = 242+116+199=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F274C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F274C7 is #0D8B38. Grayscale: #A2A2A2. Windows color (decimal): -887609 or 13071602. OLE color: 13071602.

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

Color convert

RGB 242 116 199 -
CMYK 0 0.52 0.18 0.05
HSL 320.48º 0.83% 0.7% -
HSV(B) 320.48º 0.52% 0.95% -
XYZ 53.17 35.49 58.08 -
YUV 163.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 242 116 199 0 0.52 0.18 0.05 320.48 0.83 0.7
Hex F2 74 C7 0 34 12 5 140 53 46
Octal 362 164 307 0 64 22 5 500 123 106
Binary 11110010 1110100 11000111 0 110100 10010 101 101000000 1010011 1000110

Color Harmonies of #F274C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F274C7

Black with #F274C7

Text Example


Text Example

White with #F274C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F274C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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