Html Css Color HEX #F572BD Persian Pink

📋 copy color: '#F572BD'

red 245 ◦ green 114 ◦ blue 189

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

Shades of Persian Pink #F572BD

Tints of Persian Pink #F572BD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.8%

 BLUE value IS 189 (74.22% from 255) = 34.49%

R = 44.71%
G = 20.8%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F572BD (or 0xF572BD) is known color: Persian Pink. HEX triplet: F5, 72 and BD. RGB value is (245,114,189). Sum of RGB (Red+Green+Blue) = 245+114+189=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F572BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F572BD is #0A8D42. Grayscale: #A1A1A1. Windows color (decimal): -691523 or 12415733. OLE color: 12415733.

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

Color convert

RGB 245 114 189 -
CMYK 0 0.53 0.23 0.04
HSL 325.65º 0.87% 0.7% -
HSV(B) 325.65º 0.53% 0.96% -
XYZ 52.86 35.12 52.14 -
YUV 161.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 245 114 189 0 0.53 0.23 0.04 325.65 0.87 0.7
Hex F5 72 BD 0 35 17 4 146 57 46
Octal 365 162 275 0 65 27 4 506 127 106
Binary 11110101 1110010 10111101 0 110101 10111 100 101000110 1010111 1000110

Color Harmonies of #F572BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F572BD

Black with #F572BD

Text Example


Text Example

White with #F572BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F572BD; }

 p { color: rgb(245,114,189); }

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

background-color css

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

 a { background-color: rgb(245,114,189); }

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

border-color css

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

 span { border-color: rgb(245,114,189); }

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