Html Css Color HEX #F374C8 Neon Pink

📋 copy color: '#F374C8'

red 243 ◦ green 116 ◦ blue 200

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

Shades of Neon Pink #F374C8

Tints of Neon Pink #F374C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.78%

R = 43.47%
G = 20.75%
B = 35.78%

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

#F374C8 (or 0xF374C8) is known color: Neon Pink. HEX triplet: F3, 74 and C8. RGB value is (243,116,200). Sum of RGB (Red+Green+Blue) = 243+116+200=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F374C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F374C8 is #0C8B37. Grayscale: #A3A3A3. Windows color (decimal): -822072 or 13137139. OLE color: 13137139.

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

Color convert

RGB 243 116 200 -
CMYK 0 0.52 0.18 0.05
HSL 320.32º 0.84% 0.7% -
HSV(B) 320.32º 0.52% 0.95% -
XYZ 53.63 35.72 58.71 -
YUV 163.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 243 116 200 0 0.52 0.18 0.05 320.32 0.84 0.7
Hex F3 74 C8 0 34 12 5 140 54 46
Octal 363 164 310 0 64 22 5 500 124 106
Binary 11110011 1110100 11001000 0 110100 10010 101 101000000 1010100 1000110

Color Harmonies of #F374C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F374C8

Black with #F374C8

Text Example


Text Example

White with #F374C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F374C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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