Html Css Color HEX #F595D3 Lavender Rose

📋 copy color: '#F595D3'

red 245 ◦ green 149 ◦ blue 211

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

Shades of Lavender Rose #F595D3

Tints of Lavender Rose #F595D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.88%

R = 40.5%
G = 24.63%
B = 34.88%

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

#F595D3 (or 0xF595D3) is known color: Lavender Rose. HEX triplet: F5, 95 and D3. RGB value is (245,149,211). Sum of RGB (Red+Green+Blue) = 245+149+211=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F595D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595D3 is #0A6A2C. Grayscale: #B8B8B8. Windows color (decimal): -682541 or 13866485. OLE color: 13866485.

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

Color convert

RGB 245 149 211 -
CMYK 0 0.39 0.14 0.04
HSL 321.25º 0.83% 0.77% -
HSV(B) 321.25º 0.39% 0.96% -
XYZ 60.16 45.61 67.26 -
YUV 184.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 245 149 211 0 0.39 0.14 0.04 321.25 0.83 0.77
Hex F5 95 D3 0 27 E 4 141 53 4D
Octal 365 225 323 0 47 16 4 501 123 115
Binary 11110101 10010101 11010011 0 100111 1110 100 101000001 1010011 1001101

Color Harmonies of #F595D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F595D3

Black with #F595D3

Text Example


Text Example

White with #F595D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F595D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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