Html Css Color HEX #F379D0 Neon Pink

📋 copy color: '#F379D0'

red 243 ◦ green 121 ◦ blue 208

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

Shades of Neon Pink #F379D0

Tints of Neon Pink #F379D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.36%

R = 42.48%
G = 21.15%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F379D0 (or 0xF379D0) is known color: Neon Pink. HEX triplet: F3, 79 and D0. RGB value is (243,121,208). Sum of RGB (Red+Green+Blue) = 243+121+208=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 243 - color contains mainly: red. Hex color #F379D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379D0 is #0C862F. Grayscale: #A7A7A7. Windows color (decimal): -820784 or 13662707. OLE color: 13662707.

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

Color convert

RGB 243 121 208 -
CMYK 0 0.50 0.14 0.05
HSL 317.21º 0.84% 0.71% -
HSV(B) 317.21º 0.5% 0.95% -
XYZ 55.18 37.28 63.96 -
YUV 167.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 243 121 208 0 0.50 0.14 0.05 317.21 0.84 0.71
Hex F3 79 D0 0 32 E 5 13D 54 47
Octal 363 171 320 0 62 16 5 475 124 107
Binary 11110011 1111001 11010000 0 110010 1110 101 100111101 1010100 1000111

Color Harmonies of #F379D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379D0

Black with #F379D0

Text Example


Text Example

White with #F379D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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