Html Css Color HEX #F583BD Persian Pink

📋 copy color: '#F583BD'

red 245 ◦ green 131 ◦ blue 189

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

Shades of Persian Pink #F583BD

Tints of Persian Pink #F583BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.19%

 BLUE value IS 189 (74.22% from 255) = 33.45%

R = 43.36%
G = 23.19%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F583BD (or 0xF583BD) is known color: Persian Pink. HEX triplet: F5, 83 and BD. RGB value is (245,131,189). Sum of RGB (Red+Green+Blue) = 245+131+189=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F583BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F583BD is #0A7C42. Grayscale: #ABABAB. Windows color (decimal): -687171 or 12420085. OLE color: 12420085.

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

Color convert

RGB 245 131 189 -
CMYK 0 0.47 0.23 0.04
HSL 329.47º 0.85% 0.74% -
HSV(B) 329.47º 0.47% 0.96% -
XYZ 54.96 39.32 52.84 -
YUV 171.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 245 131 189 0 0.47 0.23 0.04 329.47 0.85 0.74
Hex F5 83 BD 0 2F 17 4 149 55 4A
Octal 365 203 275 0 57 27 4 511 125 112
Binary 11110101 10000011 10111101 0 101111 10111 100 101001001 1010101 1001010

Color Harmonies of #F583BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F583BD

Black with #F583BD

Text Example


Text Example

White with #F583BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F583BD; }

 p { color: rgb(245,131,189); }

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

background-color css

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

 a { background-color: rgb(245,131,189); }

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

border-color css

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

 span { border-color: rgb(245,131,189); }

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