Html Css Color HEX #F598D2 Lavender Rose

📋 copy color: '#F598D2'

red 245 ◦ green 152 ◦ blue 210

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

Shades of Lavender Rose #F598D2

Tints of Lavender Rose #F598D2

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.6%

R = 40.36%
G = 25.04%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F598D2 (or 0xF598D2) is known color: 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

RGB 245 152 210 -
CMYK 0 0.38 0.14 0.04
HSL 322.58º 0.82% 0.78% -
HSV(B) 322.58º 0.38% 0.96% -
XYZ 60.52 46.52 66.76 -
YUV 186.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 245 152 210 0 0.38 0.14 0.04 322.58 0.82 0.78
Hex F5 98 D2 0 26 E 4 143 52 4E
Octal 365 230 322 0 46 16 4 503 122 116
Binary 11110101 10011000 11010010 0 100110 1110 100 101000011 1010010 1001110

Color Harmonies of #F598D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F598D2

Black with #F598D2

Text Example


Text Example

White with #F598D2

Text Example


Text Example

HTML Codes & Css Web 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>