Html Css Color HEX #F395E5 Lavender Rose

📋 copy color: '#F395E5'

red 243 ◦ green 149 ◦ blue 229

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

Shades of Lavender Rose #F395E5

Tints of Lavender Rose #F395E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.88%

R = 39.13%
G = 23.99%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F395E5 (or 0xF395E5) is known color: Lavender Rose. HEX triplet: F3, 95 and E5. RGB value is (243,149,229). Sum of RGB (Red+Green+Blue) = 243+149+229=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 149 (58.59% from 255 or 23.99% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F395E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395E5 is #0C6A1A. Grayscale: #BABABA. Windows color (decimal): -813595 or 15046131. OLE color: 15046131.

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

Color convert

RGB 243 149 229 -
CMYK 0 0.39 0.06 0.05
HSL 308.94º 0.8% 0.77% -
HSV(B) 308.94º 0.39% 0.95% -
XYZ 61.85 46.21 79.79 -
YUV 186.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 243 149 229 0 0.39 0.06 0.05 308.94 0.8 0.77
Hex F3 95 E5 0 27 6 5 135 50 4D
Octal 363 225 345 0 47 6 5 465 120 115
Binary 11110011 10010101 11100101 0 100111 110 101 100110101 1010000 1001101

Color Harmonies of #F395E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F395E5

Black with #F395E5

Text Example


Text Example

White with #F395E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F395E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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