Html Css Color HEX #F370CD Neon Pink

📋 copy color: '#F370CD'

red 243 ◦ green 112 ◦ blue 205

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

Shades of Neon Pink #F370CD

Tints of Neon Pink #F370CD

RGB

 RED value IS 243 (95.31% from 255) = 43.39%

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

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 43.39%
G = 20%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F370CD (or 0xF370CD) is known color: Neon Pink. HEX triplet: F3, 70 and CD. RGB value is (243,112,205). Sum of RGB (Red+Green+Blue) = 243+112+205=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F370CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370CD is #0C8F32. Grayscale: #A1A1A1. Windows color (decimal): -823091 or 13463795. OLE color: 13463795.

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

Color convert

RGB 243 112 205 -
CMYK 0 0.54 0.16 0.05
HSL 317.4º 0.85% 0.7% -
HSV(B) 317.4º 0.54% 0.95% -
XYZ 53.78 35.05 61.69 -
YUV 161.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 243 112 205 0 0.54 0.16 0.05 317.4 0.85 0.7
Hex F3 70 CD 0 36 10 5 13D 55 46
Octal 363 160 315 0 66 20 5 475 125 106
Binary 11110011 1110000 11001101 0 110110 10000 101 100111101 1010101 1000110

Color Harmonies of #F370CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F370CD

Black with #F370CD

Text Example


Text Example

White with #F370CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F370CD; }

 p { color: rgb(243,112,205); }

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

background-color css

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

 a { background-color: rgb(243,112,205); }

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

border-color css

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

 span { border-color: rgb(243,112,205); }

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