Html Css Color HEX #F393DF Lavender Rose

📋 copy color: '#F393DF'

red 243 ◦ green 147 ◦ blue 223

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

Shades of Lavender Rose #F393DF

Tints of Lavender Rose #F393DF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.98%

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

R = 39.64%
G = 23.98%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F393DF (or 0xF393DF) is known color: Lavender Rose. HEX triplet: F3, 93 and DF. RGB value is (243,147,223). Sum of RGB (Red+Green+Blue) = 243+147+223=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F393DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393DF is #0C6C20. Grayscale: #B8B8B8. Windows color (decimal): -814113 or 14652403. OLE color: 14652403.

HSL color Cylindrical-coordinate representation of color #F393DF: hue angle of 312.5º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F393DF is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 147 223 -
CMYK 0 0.40 0.08 0.05
HSL 312.5º 0.8% 0.76% -
HSV(B) 312.5º 0.4% 0.95% -
XYZ 60.72 45.25 75.35 -
YUV 184.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 243 147 223 0 0.40 0.08 0.05 312.5 0.8 0.76
Hex F3 93 DF 0 28 8 5 138 50 4C
Octal 363 223 337 0 50 10 5 470 120 114
Binary 11110011 10010011 11011111 0 101000 1000 101 100111000 1010000 1001100

Color Harmonies of #F393DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F393DF

Black with #F393DF

Text Example


Text Example

White with #F393DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F393DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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