Html Css Color HEX #F395D9 Lavender Rose

📋 copy color: '#F395D9'

red 243 ◦ green 149 ◦ blue 217

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

Shades of Lavender Rose #F395D9

Tints of Lavender Rose #F395D9

RGB

 RED value IS 243 (95.31% from 255) = 39.9%

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

 BLUE value IS 217 (85.16% from 255) = 35.63%

R = 39.9%
G = 24.47%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F395D9 (or 0xF395D9) is known color: Lavender Rose. HEX triplet: F3, 95 and D9. RGB value is (243,149,217). Sum of RGB (Red+Green+Blue) = 243+149+217=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F395D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395D9 is #0C6A26. Grayscale: #B8B8B8. Windows color (decimal): -813607 or 14259699. OLE color: 14259699.

HSL color Cylindrical-coordinate representation of color #F395D9: hue angle of 316.6º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395D9 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 149 217 -
CMYK 0 0.39 0.11 0.05
HSL 316.6º 0.8% 0.77% -
HSV(B) 316.6º 0.39% 0.95% -
XYZ 60.23 45.56 71.26 -
YUV 184.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 243 149 217 0 0.39 0.11 0.05 316.6 0.8 0.77
Hex F3 95 D9 0 27 B 5 13D 50 4D
Octal 363 225 331 0 47 13 5 475 120 115
Binary 11110011 10010101 11011001 0 100111 1011 101 100111101 1010000 1001101

Color Harmonies of #F395D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F395D9

Black with #F395D9

Text Example


Text Example

White with #F395D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F395D9; }

 p { color: rgb(243,149,217); }

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

background-color css

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

 a { background-color: rgb(243,149,217); }

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

border-color css

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

 span { border-color: rgb(243,149,217); }

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