Html Css Color HEX #F395D2 Lavender Rose

📋 copy color: '#F395D2'

red 243 ◦ green 149 ◦ blue 210

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

Shades of Lavender Rose #F395D2

Tints of Lavender Rose #F395D2

RGB

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

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

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

R = 40.37%
G = 24.75%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F395D2 (or 0xF395D2) is known color: Lavender Rose. HEX triplet: F3, 95 and D2. RGB value is (243,149,210). Sum of RGB (Red+Green+Blue) = 243+149+210=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F395D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395D2 is #0C6A2D. Grayscale: #B7B7B7. Windows color (decimal): -813614 or 13800947. OLE color: 13800947.

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

Color convert

RGB 243 149 210 -
CMYK 0 0.39 0.14 0.05
HSL 321.06º 0.8% 0.77% -
HSV(B) 321.06º 0.39% 0.95% -
XYZ 59.34 45.2 66.57 -
YUV 184.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 243 149 210 0 0.39 0.14 0.05 321.06 0.8 0.77
Hex F3 95 D2 0 27 E 5 141 50 4D
Octal 363 225 322 0 47 16 5 501 120 115
Binary 11110011 10010101 11010010 0 100111 1110 101 101000001 1010000 1001101

Color Harmonies of #F395D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F395D2

Black with #F395D2

Text Example


Text Example

White with #F395D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F395D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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