Html Css Color HEX #F374C7 Neon Pink

📋 copy color: '#F374C7'

red 243 ◦ green 116 ◦ blue 199

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

Shades of Neon Pink #F374C7

Tints of Neon Pink #F374C7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.79%

 BLUE value IS 199 (78.13% from 255) = 35.66%

R = 43.55%
G = 20.79%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F374C7 (or 0xF374C7) is known color: Neon Pink. HEX triplet: F3, 74 and C7. RGB value is (243,116,199). Sum of RGB (Red+Green+Blue) = 243+116+199=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 116 (45.70% from 255 or 20.79% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F374C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374C7 is #0C8B38. Grayscale: #A3A3A3. Windows color (decimal): -822073 or 13071603. OLE color: 13071603.

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

Color convert

RGB 243 116 199 -
CMYK 0 0.52 0.18 0.05
HSL 320.79º 0.84% 0.7% -
HSV(B) 320.79º 0.52% 0.95% -
XYZ 53.52 35.67 58.1 -
YUV 163.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 243 116 199 0 0.52 0.18 0.05 320.79 0.84 0.7
Hex F3 74 C7 0 34 12 5 141 54 46
Octal 363 164 307 0 64 22 5 501 124 106
Binary 11110011 1110100 11000111 0 110100 10010 101 101000001 1010100 1000110

Color Harmonies of #F374C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F374C7

Black with #F374C7

Text Example


Text Example

White with #F374C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F374C7; }

 p { color: rgb(243,116,199); }

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

background-color css

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

 a { background-color: rgb(243,116,199); }

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

border-color css

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

 span { border-color: rgb(243,116,199); }

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