Html Css Color HEX #F375C9 Neon Pink

📋 copy color: '#F375C9'

red 243 ◦ green 117 ◦ blue 201

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

Shades of Neon Pink #F375C9

Tints of Neon Pink #F375C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.83%

R = 43.32%
G = 20.86%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F375C9 (or 0xF375C9) is known color: Neon Pink. HEX triplet: F3, 75 and C9. RGB value is (243,117,201). Sum of RGB (Red+Green+Blue) = 243+117+201=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F375C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375C9 is #0C8A36. Grayscale: #A4A4A4. Windows color (decimal): -821815 or 13202931. OLE color: 13202931.

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

Color convert

RGB 243 117 201 -
CMYK 0 0.52 0.17 0.05
HSL 320º 0.84% 0.71% -
HSV(B) 320º 0.52% 0.95% -
XYZ 53.87 35.99 59.37 -
YUV 164.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 243 117 201 0 0.52 0.17 0.05 320 0.84 0.71
Hex F3 75 C9 0 34 11 5 140 54 47
Octal 363 165 311 0 64 21 5 500 124 107
Binary 11110011 1110101 11001001 0 110100 10001 101 101000000 1010100 1000111

Color Harmonies of #F375C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F375C9

Black with #F375C9

Text Example


Text Example

White with #F375C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F375C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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