Html Css Color HEX #F375C4 Neon Pink

📋 copy color: '#F375C4'

red 243 ◦ green 117 ◦ blue 196

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

Shades of Neon Pink #F375C4

Tints of Neon Pink #F375C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.25%

R = 43.71%
G = 21.04%
B = 35.25%

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

#F375C4 (or 0xF375C4) is known color: Neon Pink. HEX triplet: F3, 75 and C4. RGB value is (243,117,196). Sum of RGB (Red+Green+Blue) = 243+117+196=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F375C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375C4 is #0C8A3B. Grayscale: #A3A3A3. Windows color (decimal): -821820 or 12875251. OLE color: 12875251.

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

Color convert

RGB 243 117 196 -
CMYK 0 0.52 0.19 0.05
HSL 322.38º 0.84% 0.71% -
HSV(B) 322.38º 0.52% 0.95% -
XYZ 53.29 35.76 56.32 -
YUV 163.68 146.24 184.58 -
System Red Green Blue C M Y K H S L
Decimal 243 117 196 0 0.52 0.19 0.05 322.38 0.84 0.71
Hex F3 75 C4 0 34 13 5 142 54 47
Octal 363 165 304 0 64 23 5 502 124 107
Binary 11110011 1110101 11000100 0 110100 10011 101 101000010 1010100 1000111

Color Harmonies of #F375C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375C4

Black with #F375C4

Text Example


Text Example

White with #F375C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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