Html Css Color HEX #F270C1 Neon Pink

📋 copy color: '#F270C1'

red 242 ◦ green 112 ◦ blue 193

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

Shades of Neon Pink #F270C1

Tints of Neon Pink #F270C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.28%

R = 44.24%
G = 20.48%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F270C1 (or 0xF270C1) is known color: Neon Pink. HEX triplet: F2, 70 and C1. RGB value is (242,112,193). Sum of RGB (Red+Green+Blue) = 242+112+193=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F270C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270C1 is #0D8F3E. Grayscale: #9F9F9F. Windows color (decimal): -888639 or 12677362. OLE color: 12677362.

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

Color convert

RGB 242 112 193 -
CMYK 0 0.54 0.20 0.05
HSL 322.62º 0.83% 0.69% -
HSV(B) 322.62º 0.54% 0.95% -
XYZ 52.04 34.32 54.33 -
YUV 160.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 242 112 193 0 0.54 0.20 0.05 322.62 0.83 0.69
Hex F2 70 C1 0 36 14 5 143 53 45
Octal 362 160 301 0 66 24 5 503 123 105
Binary 11110010 1110000 11000001 0 110110 10100 101 101000011 1010011 1000101

Color Harmonies of #F270C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F270C1

Black with #F270C1

Text Example


Text Example

White with #F270C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F270C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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