Html Css Color HEX #F571BC Persian Pink

📋 copy color: '#F571BC'

red 245 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #F571BC

Tints of Persian Pink #F571BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.7%

 BLUE value IS 188 (73.83% from 255) = 34.43%

R = 44.87%
G = 20.7%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F571BC (or 0xF571BC) is known color: Persian Pink. HEX triplet: F5, 71 and BC. RGB value is (245,113,188). Sum of RGB (Red+Green+Blue) = 245+113+188=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F571BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571BC is #0A8E43. Grayscale: #A0A0A0. Windows color (decimal): -691780 or 12349941. OLE color: 12349941.

HSL color Cylindrical-coordinate representation of color #F571BC: hue angle of 325.91º 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 #F571BC is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 113 188 -
CMYK 0 0.54 0.23 0.04
HSL 325.91º 0.87% 0.7% -
HSV(B) 325.91º 0.54% 0.96% -
XYZ 52.64 34.85 51.53 -
YUV 161.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 245 113 188 0 0.54 0.23 0.04 325.91 0.87 0.7
Hex F5 71 BC 0 36 17 4 146 57 46
Octal 365 161 274 0 66 27 4 506 127 106
Binary 11110101 1110001 10111100 0 110110 10111 100 101000110 1010111 1000110

Color Harmonies of #F571BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F571BC

Black with #F571BC

Text Example


Text Example

White with #F571BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F571BC; }

 p { color: rgb(245,113,188); }

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

background-color css

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

 a { background-color: rgb(245,113,188); }

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

border-color css

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

 span { border-color: rgb(245,113,188); }

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