#F598D2

Color #F598D2 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F598D2

Tints of Lavender Rose #F598D2

Color information

#F598D2 (or 0xF598D2) is unknown color: approx Lavender Rose. HEX triplet: F5, 98 and D2. RGB value is (245,152,210). Sum of RGB (Red+Green+Blue) = 245+152+210=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F598D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F598D2 is #0A672D. Grayscale: #BABABA. Windows color (decimal): -681774 or 13801717. OLE color: 13801717.

HSL color Cylindrical-coordinate representation of color #F598D2: hue angle of 322.58º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F598D2 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB245152210-
CMYK00.380.140.04
HSL322.58º82.3%77.84%-
HSV(B)322.58º37.96%96.08%-
XYZ60.5246.5266.76-
YUV186.42141.31169.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.36%
GREEN value IS 152 (59.77% from 255) = 25.04%
BLUE value IS 210 (82.42% from 255) = 34.60%
R=40.36%
G=25.04%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515221000.380.140.04322.5882.377.84
HexF598D2026E4143524e
Octal365230322046164503122116
Binary1111010110011000110100100100110111010010100001110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F598D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F598D2; }

 p { color: rgb(245,152,210); }

 H1.HeaderClassName
 {
   color: #F598D2;
 }
 .AnyTagClassName
 {
   color: #F598D2;
 }
</style>
background-color css

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

 a { background-color: rgb(245,152,210); }

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

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

 span { border-color: rgb(245,152,210); }

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