Html Css Color HEX #F595D2 Lavender Rose

📋 copy color: '#F595D2'

red 245 ◦ green 149 ◦ blue 210

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

Shades of Lavender Rose #F595D2

Tints of Lavender Rose #F595D2

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.67%

 BLUE value IS 210 (82.42% from 255) = 34.77%

R = 40.56%
G = 24.67%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F595D2 (or 0xF595D2) is known color: Lavender Rose. HEX triplet: F5, 95 and D2. RGB value is (245,149,210). Sum of RGB (Red+Green+Blue) = 245+149+210=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F595D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595D2 is #0A6A2D. Grayscale: #B8B8B8. Windows color (decimal): -682542 or 13800949. OLE color: 13800949.

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

Color convert

RGB 245 149 210 -
CMYK 0 0.39 0.14 0.04
HSL 321.88º 0.83% 0.77% -
HSV(B) 321.88º 0.39% 0.96% -
XYZ 60.04 45.56 66.6 -
YUV 184.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 245 149 210 0 0.39 0.14 0.04 321.88 0.83 0.77
Hex F5 95 D2 0 27 E 4 142 53 4D
Octal 365 225 322 0 47 16 4 502 123 115
Binary 11110101 10010101 11010010 0 100111 1110 100 101000010 1010011 1001101

Color Harmonies of #F595D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F595D2

Black with #F595D2

Text Example


Text Example

White with #F595D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F595D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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