Html Css Color HEX #F372CE Neon Pink

📋 copy color: '#F372CE'

red 243 ◦ green 114 ◦ blue 206

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

Shades of Neon Pink #F372CE

Tints of Neon Pink #F372CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 43.16%
G = 20.25%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F372CE (or 0xF372CE) is known color: Neon Pink. HEX triplet: F3, 72 and CE. RGB value is (243,114,206). Sum of RGB (Red+Green+Blue) = 243+114+206=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F372CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F372CE is #0C8D31. Grayscale: #A2A2A2. Windows color (decimal): -822578 or 13529843. OLE color: 13529843.

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

Color convert

RGB 243 114 206 -
CMYK 0 0.53 0.15 0.05
HSL 317.21º 0.84% 0.7% -
HSV(B) 317.21º 0.53% 0.95% -
XYZ 54.12 35.55 62.4 -
YUV 163.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 243 114 206 0 0.53 0.15 0.05 317.21 0.84 0.7
Hex F3 72 CE 0 35 F 5 13D 54 46
Octal 363 162 316 0 65 17 5 475 124 106
Binary 11110011 1110010 11001110 0 110101 1111 101 100111101 1010100 1000110

Color Harmonies of #F372CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F372CE

Black with #F372CE

Text Example


Text Example

White with #F372CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F372CE; }

 p { color: rgb(243,114,206); }

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

background-color css

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

 a { background-color: rgb(243,114,206); }

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

border-color css

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

 span { border-color: rgb(243,114,206); }

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