Html Css Color HEX #F270C5 Neon Pink

📋 copy color: '#F270C5'

red 242 ◦ green 112 ◦ blue 197

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

Shades of Neon Pink #F270C5

Tints of Neon Pink #F270C5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.33%

 BLUE value IS 197 (77.34% from 255) = 35.75%

R = 43.92%
G = 20.33%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F270C5 (or 0xF270C5) is known color: Neon Pink. HEX triplet: F2, 70 and C5. RGB value is (242,112,197). Sum of RGB (Red+Green+Blue) = 242+112+197=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F270C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270C5 is #0D8F3A. Grayscale: #A0A0A0. Windows color (decimal): -888635 or 12939506. OLE color: 12939506.

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

Color convert

RGB 242 112 197 -
CMYK 0 0.54 0.19 0.05
HSL 320.77º 0.83% 0.69% -
HSV(B) 320.77º 0.54% 0.95% -
XYZ 52.49 34.5 56.72 -
YUV 160.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 242 112 197 0 0.54 0.19 0.05 320.77 0.83 0.69
Hex F2 70 C5 0 36 13 5 141 53 45
Octal 362 160 305 0 66 23 5 501 123 105
Binary 11110010 1110000 11000101 0 110110 10011 101 101000001 1010011 1000101

Color Harmonies of #F270C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F270C5

Black with #F270C5

Text Example


Text Example

White with #F270C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F270C5; }

 p { color: rgb(242,112,197); }

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

background-color css

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

 a { background-color: rgb(242,112,197); }

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

border-color css

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

 span { border-color: rgb(242,112,197); }

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