Html Css Color HEX #F57BC1 Persian Pink

📋 copy color: '#F57BC1'

red 245 ◦ green 123 ◦ blue 193

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

Shades of Persian Pink #F57BC1

Tints of Persian Pink #F57BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.4%

R = 43.67%
G = 21.93%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F57BC1 (or 0xF57BC1) is known color: Persian Pink. HEX triplet: F5, 7B and C1. RGB value is (245,123,193). Sum of RGB (Red+Green+Blue) = 245+123+193=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BC1 is #0A843E. Grayscale: #A7A7A7. Windows color (decimal): -689215 or 12680181. OLE color: 12680181.

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

Color convert

RGB 245 123 193 -
CMYK 0 0.50 0.21 0.04
HSL 325.57º 0.86% 0.72% -
HSV(B) 325.57º 0.5% 0.96% -
XYZ 54.36 37.43 54.81 -
YUV 167.46 142.42 183.31 -
System Red Green Blue C M Y K H S L
Decimal 245 123 193 0 0.50 0.21 0.04 325.57 0.86 0.72
Hex F5 7B C1 0 32 15 4 146 56 48
Octal 365 173 301 0 62 25 4 506 126 110
Binary 11110101 1111011 11000001 0 110010 10101 100 101000110 1010110 1001000

Color Harmonies of #F57BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57BC1

Black with #F57BC1

Text Example


Text Example

White with #F57BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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