Html Css Color HEX #F574BC Persian Pink

📋 copy color: '#F574BC'

red 245 ◦ green 116 ◦ blue 188

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

Shades of Persian Pink #F574BC

Tints of Persian Pink #F574BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.13%

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

R = 44.63%
G = 21.13%
B = 34.24%

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

#F574BC (or 0xF574BC) is known color: Persian Pink. HEX triplet: F5, 74 and BC. RGB value is (245,116,188). Sum of RGB (Red+Green+Blue) = 245+116+188=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F574BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F574BC is #0A8B43. Grayscale: #A2A2A2. Windows color (decimal): -691012 or 12350709. OLE color: 12350709.

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

Color convert

RGB 245 116 188 -
CMYK 0 0.53 0.23 0.04
HSL 326.51º 0.87% 0.71% -
HSV(B) 326.51º 0.53% 0.96% -
XYZ 52.98 35.53 51.64 -
YUV 162.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 245 116 188 0 0.53 0.23 0.04 326.51 0.87 0.71
Hex F5 74 BC 0 35 17 4 147 57 47
Octal 365 164 274 0 65 27 4 507 127 107
Binary 11110101 1110100 10111100 0 110101 10111 100 101000111 1010111 1000111

Color Harmonies of #F574BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F574BC

Black with #F574BC

Text Example


Text Example

White with #F574BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F574BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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