Html Css Color HEX #F591D8 Lavender Rose

📋 copy color: '#F591D8'

red 245 ◦ green 145 ◦ blue 216

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

Shades of Lavender Rose #F591D8

Tints of Lavender Rose #F591D8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.93%

 BLUE value IS 216 (84.77% from 255) = 35.64%

R = 40.43%
G = 23.93%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F591D8 (or 0xF591D8) is known color: Lavender Rose. HEX triplet: F5, 91 and D8. RGB value is (245,145,216). Sum of RGB (Red+Green+Blue) = 245+145+216=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F591D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F591D8 is #0A6E27. Grayscale: #B6B6B6. Windows color (decimal): -683560 or 14193141. OLE color: 14193141.

HSL color Cylindrical-coordinate representation of color #F591D8: hue angle of 317.4º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F591D8 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 145 216 -
CMYK 0 0.41 0.12 0.04
HSL 317.4º 0.83% 0.76% -
HSV(B) 317.4º 0.41% 0.96% -
XYZ 60.18 44.62 70.41 -
YUV 182.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 245 145 216 0 0.41 0.12 0.04 317.4 0.83 0.76
Hex F5 91 D8 0 29 C 4 13D 53 4C
Octal 365 221 330 0 51 14 4 475 123 114
Binary 11110101 10010001 11011000 0 101001 1100 100 100111101 1010011 1001100

Color Harmonies of #F591D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F591D8

Black with #F591D8

Text Example


Text Example

White with #F591D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F591D8; }

 p { color: rgb(245,145,216); }

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

background-color css

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

 a { background-color: rgb(245,145,216); }

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

border-color css

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

 span { border-color: rgb(245,145,216); }

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