Html Css Color HEX #F379CC Neon Pink

📋 copy color: '#F379CC'

red 243 ◦ green 121 ◦ blue 204

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

Shades of Neon Pink #F379CC

Tints of Neon Pink #F379CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 42.78%
G = 21.3%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F379CC (or 0xF379CC) is known color: Neon Pink. HEX triplet: F3, 79 and CC. RGB value is (243,121,204). Sum of RGB (Red+Green+Blue) = 243+121+204=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F379CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379CC is #0C8633. Grayscale: #A6A6A6. Windows color (decimal): -820788 or 13400563. OLE color: 13400563.

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

Color convert

RGB 243 121 204 -
CMYK 0 0.50 0.16 0.05
HSL 319.18º 0.84% 0.71% -
HSV(B) 319.18º 0.5% 0.95% -
XYZ 54.7 37.09 61.4 -
YUV 166.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 243 121 204 0 0.50 0.16 0.05 319.18 0.84 0.71
Hex F3 79 CC 0 32 10 5 13F 54 47
Octal 363 171 314 0 62 20 5 477 124 107
Binary 11110011 1111001 11001100 0 110010 10000 101 100111111 1010100 1000111

Color Harmonies of #F379CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F379CC

Black with #F379CC

Text Example


Text Example

White with #F379CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F379CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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