Html Css Color HEX #F58AB6 Persian Pink

📋 copy color: '#F58AB6'

red 245 ◦ green 138 ◦ blue 182

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

Shades of Persian Pink #F58AB6

Tints of Persian Pink #F58AB6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.42%

 BLUE value IS 182 (71.48% from 255) = 32.21%

R = 43.36%
G = 24.42%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F58AB6 (or 0xF58AB6) is known color: Persian Pink. HEX triplet: F5, 8A and B6. RGB value is (245,138,182). Sum of RGB (Red+Green+Blue) = 245+138+182=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58AB6 is #0A7549. Grayscale: #AEAEAE. Windows color (decimal): -685386 or 11963125. OLE color: 11963125.

HSL color Cylindrical-coordinate representation of color #F58AB6: hue angle of 335.33º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58AB6 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 138 182 -
CMYK 0 0.44 0.26 0.04
HSL 335.33º 0.84% 0.75% -
HSV(B) 335.33º 0.44% 0.96% -
XYZ 55.19 40.97 49.25 -
YUV 175.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 245 138 182 0 0.44 0.26 0.04 335.33 0.84 0.75
Hex F5 8A B6 0 2C 1A 4 14F 54 4B
Octal 365 212 266 0 54 32 4 517 124 113
Binary 11110101 10001010 10110110 0 101100 11010 100 101001111 1010100 1001011

Color Harmonies of #F58AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58AB6

Black with #F58AB6

Text Example


Text Example

White with #F58AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58AB6; }

 p { color: rgb(245,138,182); }

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

background-color css

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

 a { background-color: rgb(245,138,182); }

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

border-color css

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

 span { border-color: rgb(245,138,182); }

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