Html Css Color HEX #F394DD Lavender Rose

📋 copy color: '#F394DD'

red 243 ◦ green 148 ◦ blue 221

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

Shades of Lavender Rose #F394DD

Tints of Lavender Rose #F394DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.18%

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 39.71%
G = 24.18%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F394DD (or 0xF394DD) is known color: Lavender Rose. HEX triplet: F3, 94 and DD. RGB value is (243,148,221). Sum of RGB (Red+Green+Blue) = 243+148+221=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F394DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F394DD is #0C6B22. Grayscale: #B8B8B8. Windows color (decimal): -813859 or 14521587. OLE color: 14521587.

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

Color convert

RGB 243 148 221 -
CMYK 0 0.39 0.09 0.05
HSL 313.89º 0.8% 0.77% -
HSV(B) 313.89º 0.39% 0.95% -
XYZ 60.6 45.45 73.99 -
YUV 184.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 243 148 221 0 0.39 0.09 0.05 313.89 0.8 0.77
Hex F3 94 DD 0 27 9 5 13A 50 4D
Octal 363 224 335 0 47 11 5 472 120 115
Binary 11110011 10010100 11011101 0 100111 1001 101 100111010 1010000 1001101

Color Harmonies of #F394DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F394DD

Black with #F394DD

Text Example


Text Example

White with #F394DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F394DD; }

 p { color: rgb(243,148,221); }

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

background-color css

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

 a { background-color: rgb(243,148,221); }

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

border-color css

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

 span { border-color: rgb(243,148,221); }

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