Html Css Color HEX #F575CD Neon Pink

📋 copy color: '#F575CD'

red 245 ◦ green 117 ◦ blue 205

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

Shades of Neon Pink #F575CD

Tints of Neon Pink #F575CD

RGB

 RED value IS 245 (96.09% from 255) = 43.21%

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 43.21%
G = 20.63%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F575CD (or 0xF575CD) is known color: Neon Pink. HEX triplet: F5, 75 and CD. RGB value is (245,117,205). Sum of RGB (Red+Green+Blue) = 245+117+205=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F575CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575CD is #0A8A32. Grayscale: #A5A5A5. Windows color (decimal): -690739 or 13465077. OLE color: 13465077.

HSL color Cylindrical-coordinate representation of color #F575CD: hue angle of 318.75º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F575CD is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 117 205 -
CMYK 0 0.52 0.16 0.04
HSL 318.75º 0.86% 0.71% -
HSV(B) 318.75º 0.52% 0.96% -
XYZ 55.04 36.54 61.91 -
YUV 165.3 150.41 184.84 -
System Red Green Blue C M Y K H S L
Decimal 245 117 205 0 0.52 0.16 0.04 318.75 0.86 0.71
Hex F5 75 CD 0 34 10 4 13F 56 47
Octal 365 165 315 0 64 20 4 477 126 107
Binary 11110101 1110101 11001101 0 110100 10000 100 100111111 1010110 1000111

Color Harmonies of #F575CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F575CD

Black with #F575CD

Text Example


Text Example

White with #F575CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F575CD; }

 p { color: rgb(245,117,205); }

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

background-color css

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

 a { background-color: rgb(245,117,205); }

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

border-color css

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

 span { border-color: rgb(245,117,205); }

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