Html Css Color HEX #F57EBC Persian Pink

📋 copy color: '#F57EBC'

red 245 ◦ green 126 ◦ blue 188

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

Shades of Persian Pink #F57EBC

Tints of Persian Pink #F57EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.54%

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

R = 43.83%
G = 22.54%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F57EBC (or 0xF57EBC) is known color: Persian Pink. HEX triplet: F5, 7E and BC. RGB value is (245,126,188). Sum of RGB (Red+Green+Blue) = 245+126+188=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57EBC is #0A8143. Grayscale: #A8A8A8. Windows color (decimal): -688452 or 12353269. OLE color: 12353269.

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

Color convert

RGB 245 126 188 -
CMYK 0 0.49 0.23 0.04
HSL 328.74º 0.86% 0.73% -
HSV(B) 328.74º 0.49% 0.96% -
XYZ 54.19 37.97 52.05 -
YUV 168.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 245 126 188 0 0.49 0.23 0.04 328.74 0.86 0.73
Hex F5 7E BC 0 31 17 4 149 56 49
Octal 365 176 274 0 61 27 4 511 126 111
Binary 11110101 1111110 10111100 0 110001 10111 100 101001001 1010110 1001001

Color Harmonies of #F57EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57EBC

Black with #F57EBC

Text Example


Text Example

White with #F57EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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