Html Css Color HEX #F570D3 Neon Pink

📋 copy color: '#F570D3'

red 245 ◦ green 112 ◦ blue 211

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

Shades of Neon Pink #F570D3

Tints of Neon Pink #F570D3

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.72%

 BLUE value IS 211 (82.81% from 255) = 37.15%

R = 43.13%
G = 19.72%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F570D3 (or 0xF570D3) is known color: Neon Pink. HEX triplet: F5, 70 and D3. RGB value is (245,112,211). Sum of RGB (Red+Green+Blue) = 245+112+211=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F570D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570D3 is #0A8F2C. Grayscale: #A2A2A2. Windows color (decimal): -692013 or 13857013. OLE color: 13857013.

HSL color Cylindrical-coordinate representation of color #F570D3: hue angle of 315.34º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F570D3 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 112 211 -
CMYK 0 0.54 0.14 0.04
HSL 315.34º 0.87% 0.7% -
HSV(B) 315.34º 0.54% 0.96% -
XYZ 55.21 35.7 65.61 -
YUV 163.05 155.06 186.45 -
System Red Green Blue C M Y K H S L
Decimal 245 112 211 0 0.54 0.14 0.04 315.34 0.87 0.7
Hex F5 70 D3 0 36 E 4 13B 57 46
Octal 365 160 323 0 66 16 4 473 127 106
Binary 11110101 1110000 11010011 0 110110 1110 100 100111011 1010111 1000110

Color Harmonies of #F570D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F570D3

Black with #F570D3

Text Example


Text Example

White with #F570D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F570D3; }

 p { color: rgb(245,112,211); }

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

background-color css

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

 a { background-color: rgb(245,112,211); }

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

border-color css

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

 span { border-color: rgb(245,112,211); }

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