Html Css Color HEX #F375C5 Neon Pink

📋 copy color: '#F375C5'

red 243 ◦ green 117 ◦ blue 197

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

Shades of Neon Pink #F375C5

Tints of Neon Pink #F375C5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.01%

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 43.63%
G = 21.01%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F375C5 (or 0xF375C5) is known color: Neon Pink. HEX triplet: F3, 75 and C5. RGB value is (243,117,197). Sum of RGB (Red+Green+Blue) = 243+117+197=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F375C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375C5 is #0C8A3A. Grayscale: #A3A3A3. Windows color (decimal): -821819 or 12940787. OLE color: 12940787.

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

Color convert

RGB 243 117 197 -
CMYK 0 0.52 0.19 0.05
HSL 321.9º 0.84% 0.71% -
HSV(B) 321.9º 0.52% 0.95% -
XYZ 53.4 35.81 56.92 -
YUV 163.79 146.74 184.5 -
System Red Green Blue C M Y K H S L
Decimal 243 117 197 0 0.52 0.19 0.05 321.9 0.84 0.71
Hex F3 75 C5 0 34 13 5 142 54 47
Octal 363 165 305 0 64 23 5 502 124 107
Binary 11110011 1110101 11000101 0 110100 10011 101 101000010 1010100 1000111

Color Harmonies of #F375C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375C5

Black with #F375C5

Text Example


Text Example

White with #F375C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375C5; }

 p { color: rgb(243,117,197); }

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

background-color css

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

 a { background-color: rgb(243,117,197); }

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

border-color css

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

 span { border-color: rgb(243,117,197); }

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