Html Css Color HEX #F379CE Neon Pink

📋 copy color: '#F379CE'

red 243 ◦ green 121 ◦ blue 206

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

Shades of Neon Pink #F379CE

Tints of Neon Pink #F379CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.23%

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

R = 42.63%
G = 21.23%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F379CE (or 0xF379CE) is known color: Neon Pink. HEX triplet: F3, 79 and CE. RGB value is (243,121,206). Sum of RGB (Red+Green+Blue) = 243+121+206=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F379CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379CE is #0C8631. Grayscale: #A6A6A6. Windows color (decimal): -820786 or 13531635. OLE color: 13531635.

HSL color Cylindrical-coordinate representation of color #F379CE: hue angle of 318.2º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F379CE is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 121 206 -
CMYK 0 0.50 0.15 0.05
HSL 318.2º 0.84% 0.71% -
HSV(B) 318.2º 0.5% 0.95% -
XYZ 54.94 37.19 62.67 -
YUV 167.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 243 121 206 0 0.50 0.15 0.05 318.2 0.84 0.71
Hex F3 79 CE 0 32 F 5 13E 54 47
Octal 363 171 316 0 62 17 5 476 124 107
Binary 11110011 1111001 11001110 0 110010 1111 101 100111110 1010100 1000111

Color Harmonies of #F379CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379CE

Black with #F379CE

Text Example


Text Example

White with #F379CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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