Html Css Color HEX #F57EBA Persian Pink

📋 copy color: '#F57EBA'

red 245 ◦ green 126 ◦ blue 186

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

Shades of Persian Pink #F57EBA

Tints of Persian Pink #F57EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.39%

R = 43.99%
G = 22.62%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F57EBA (or 0xF57EBA) is known color: Persian Pink. HEX triplet: F5, 7E and BA. RGB value is (245,126,186). Sum of RGB (Red+Green+Blue) = 245+126+186=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57EBA is #0A8145. Grayscale: #A8A8A8. Windows color (decimal): -688454 or 12222197. OLE color: 12222197.

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

Color convert

RGB 245 126 186 -
CMYK 0 0.49 0.24 0.04
HSL 329.75º 0.86% 0.73% -
HSV(B) 329.75º 0.49% 0.96% -
XYZ 53.98 37.88 50.92 -
YUV 168.42 137.92 182.62 -
System Red Green Blue C M Y K H S L
Decimal 245 126 186 0 0.49 0.24 0.04 329.75 0.86 0.73
Hex F5 7E BA 0 31 18 4 14A 56 49
Octal 365 176 272 0 61 30 4 512 126 111
Binary 11110101 1111110 10111010 0 110001 11000 100 101001010 1010110 1001001

Color Harmonies of #F57EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57EBA

Black with #F57EBA

Text Example


Text Example

White with #F57EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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