Html Css Color HEX #F09ADD Lavender Rose

📋 copy color: '#F09ADD'

red 240 ◦ green 154 ◦ blue 221

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

Shades of Lavender Rose #F09ADD

Tints of Lavender Rose #F09ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.04%

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

R = 39.02%
G = 25.04%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F09ADD (or 0xF09ADD) is known color: Lavender Rose. HEX triplet: F0, 9A and DD. RGB value is (240,154,221). Sum of RGB (Red+Green+Blue) = 240+154+221=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ADD is #0F6522. Grayscale: #BBBBBB. Windows color (decimal): -1008931 or 14523120. OLE color: 14523120.

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

Color convert

RGB 240 154 221 -
CMYK 0 0.36 0.08 0.06
HSL 313.26º 0.74% 0.77% -
HSV(B) 313.26º 0.36% 0.94% -
XYZ 60.54 46.86 74.26 -
YUV 187.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 240 154 221 0 0.36 0.08 0.06 313.26 0.74 0.77
Hex F0 9A DD 0 24 8 6 139 4A 4D
Octal 360 232 335 0 44 10 6 471 112 115
Binary 11110000 10011010 11011101 0 100100 1000 110 100111001 1001010 1001101

Color Harmonies of #F09ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09ADD

Black with #F09ADD

Text Example


Text Example

White with #F09ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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