Html Css Color HEX #F393D3 Lavender Rose

📋 copy color: '#F393D3'

red 243 ◦ green 147 ◦ blue 211

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

Shades of Lavender Rose #F393D3

Tints of Lavender Rose #F393D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.11%

R = 40.43%
G = 24.46%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F393D3 (or 0xF393D3) is known color: Lavender Rose. HEX triplet: F3, 93 and D3. RGB value is (243,147,211). Sum of RGB (Red+Green+Blue) = 243+147+211=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F393D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393D3 is #0C6C2C. Grayscale: #B6B6B6. Windows color (decimal): -814125 or 13865971. OLE color: 13865971.

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

Color convert

RGB 243 147 211 -
CMYK 0 0.40 0.13 0.05
HSL 320º 0.8% 0.76% -
HSV(B) 320º 0.4% 0.95% -
XYZ 59.15 44.63 67.12 -
YUV 183 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 243 147 211 0 0.40 0.13 0.05 320 0.8 0.76
Hex F3 93 D3 0 28 D 5 140 50 4C
Octal 363 223 323 0 50 15 5 500 120 114
Binary 11110011 10010011 11010011 0 101000 1101 101 101000000 1010000 1001100

Color Harmonies of #F393D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F393D3

Black with #F393D3

Text Example


Text Example

White with #F393D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F393D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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