Html Css Color HEX #F093DD Lavender Rose

📋 copy color: '#F093DD'

red 240 ◦ green 147 ◦ blue 221

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

Shades of Lavender Rose #F093DD

Tints of Lavender Rose #F093DD

RGB

 RED value IS 240 (94.14% from 255) = 39.47%

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

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

R = 39.47%
G = 24.18%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F093DD (or 0xF093DD) is known color: Lavender Rose. HEX triplet: F0, 93 and DD. RGB value is (240,147,221). Sum of RGB (Red+Green+Blue) = 240+147+221=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F093DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093DD is #0F6C22. Grayscale: #B7B7B7. Windows color (decimal): -1010723 or 14521328. OLE color: 14521328.

HSL color Cylindrical-coordinate representation of color #F093DD: hue angle of 312.26º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093DD is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 147 221 -
CMYK 0 0.39 0.08 0.06
HSL 312.26º 0.76% 0.76% -
HSV(B) 312.26º 0.39% 0.94% -
XYZ 59.42 44.61 73.89 -
YUV 183.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 240 147 221 0 0.39 0.08 0.06 312.26 0.76 0.76
Hex F0 93 DD 0 27 8 6 138 4C 4C
Octal 360 223 335 0 47 10 6 470 114 114
Binary 11110000 10010011 11011101 0 100111 1000 110 100111000 1001100 1001100

Color Harmonies of #F093DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F093DD

Black with #F093DD

Text Example


Text Example

White with #F093DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F093DD; }

 p { color: rgb(240,147,221); }

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

background-color css

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

 a { background-color: rgb(240,147,221); }

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

border-color css

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

 span { border-color: rgb(240,147,221); }

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