#F598E2

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

Shades of Lavender Rose #F598E2

Tints of Lavender Rose #F598E2

Color information

#F598E2 (or 0xF598E2) is unknown color: approx Lavender Rose. HEX triplet: F5, 98 and E2. RGB value is (245,152,226). Sum of RGB (Red+Green+Blue) = 245+152+226=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F598E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F598E2 is #0A671D. Grayscale: #BCBCBC. Windows color (decimal): -681758 or 14850293. OLE color: 14850293.

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

Color convert

RGB245152226-
CMYK00.380.080.04
HSL312.26º82.3%77.84%-
HSV(B)312.26º37.96%96.08%-
XYZ62.6147.3677.79-
YUV188.24149.31168.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 152 (59.77% from 255) = 24.40%
BLUE value IS 226 (88.67% from 255) = 36.28%
R=39.33%
G=24.40%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515222600.380.080.04312.2682.377.84
HexF598E202684138524e
Octal365230342046104470122116
Binary1111010110011000111000100100110100010010011100010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F598E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F598E2; }

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

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

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

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

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

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

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

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