Html Css Color HEX #F396DF Lavender Rose

📋 copy color: '#F396DF'

red 243 ◦ green 150 ◦ blue 223

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

Shades of Lavender Rose #F396DF

Tints of Lavender Rose #F396DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.35%

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 39.45%
G = 24.35%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F396DF (or 0xF396DF) is known color: Lavender Rose. HEX triplet: F3, 96 and DF. RGB value is (243,150,223). Sum of RGB (Red+Green+Blue) = 243+150+223=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F396DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396DF is #0C6920. Grayscale: #B9B9B9. Windows color (decimal): -813345 or 14653171. OLE color: 14653171.

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

Color convert

RGB 243 150 223 -
CMYK 0 0.38 0.08 0.05
HSL 312.9º 0.79% 0.77% -
HSV(B) 312.9º 0.38% 0.95% -
XYZ 61.19 46.2 75.5 -
YUV 186.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 243 150 223 0 0.38 0.08 0.05 312.9 0.79 0.77
Hex F3 96 DF 0 26 8 5 139 4F 4D
Octal 363 226 337 0 46 10 5 471 117 115
Binary 11110011 10010110 11011111 0 100110 1000 101 100111001 1001111 1001101

Color Harmonies of #F396DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F396DF

Black with #F396DF

Text Example


Text Example

White with #F396DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F396DF; }

 p { color: rgb(243,150,223); }

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

background-color css

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

 a { background-color: rgb(243,150,223); }

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

border-color css

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

 span { border-color: rgb(243,150,223); }

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