Html Css Color HEX #F57BBE Persian Pink

📋 copy color: '#F57BBE'

red 245 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #F57BBE

Tints of Persian Pink #F57BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.04%

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 43.91%
G = 22.04%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F57BBE (or 0xF57BBE) is known color: Persian Pink. HEX triplet: F5, 7B and BE. RGB value is (245,123,190). Sum of RGB (Red+Green+Blue) = 245+123+190=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BBE is #0A8441. Grayscale: #A6A6A6. Windows color (decimal): -689218 or 12483573. OLE color: 12483573.

HSL color Cylindrical-coordinate representation of color #F57BBE: hue angle of 327.05º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57BBE is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 123 190 -
CMYK 0 0.50 0.22 0.04
HSL 327.05º 0.86% 0.72% -
HSV(B) 327.05º 0.5% 0.96% -
XYZ 54.03 37.3 53.07 -
YUV 167.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 245 123 190 0 0.50 0.22 0.04 327.05 0.86 0.72
Hex F5 7B BE 0 32 16 4 147 56 48
Octal 365 173 276 0 62 26 4 507 126 110
Binary 11110101 1111011 10111110 0 110010 10110 100 101000111 1010110 1001000

Color Harmonies of #F57BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57BBE

Black with #F57BBE

Text Example


Text Example

White with #F57BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57BBE; }

 p { color: rgb(245,123,190); }

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

background-color css

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

 a { background-color: rgb(245,123,190); }

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

border-color css

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

 span { border-color: rgb(245,123,190); }

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