Html Css Color HEX #F396D5 Lavender Rose

📋 copy color: '#F396D5'

red 243 ◦ green 150 ◦ blue 213

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

Shades of Lavender Rose #F396D5

Tints of Lavender Rose #F396D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.15%

R = 40.1%
G = 24.75%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F396D5 (or 0xF396D5) is known color: Lavender Rose. HEX triplet: F3, 96 and D5. RGB value is (243,150,213). Sum of RGB (Red+Green+Blue) = 243+150+213=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F396D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396D5 is #0C692A. Grayscale: #B8B8B8. Windows color (decimal): -813355 or 13997811. OLE color: 13997811.

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

Color convert

RGB 243 150 213 -
CMYK 0 0.38 0.12 0.05
HSL 319.35º 0.79% 0.77% -
HSV(B) 319.35º 0.38% 0.95% -
XYZ 59.88 45.67 68.61 -
YUV 184.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 243 150 213 0 0.38 0.12 0.05 319.35 0.79 0.77
Hex F3 96 D5 0 26 C 5 13F 4F 4D
Octal 363 226 325 0 46 14 5 477 117 115
Binary 11110011 10010110 11010101 0 100110 1100 101 100111111 1001111 1001101

Color Harmonies of #F396D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F396D5

Black with #F396D5

Text Example


Text Example

White with #F396D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F396D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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