Html Css Color HEX #F09DD5 Lavender Rose

📋 copy color: '#F09DD5'

red 240 ◦ green 157 ◦ blue 213

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

Shades of Lavender Rose #F09DD5

Tints of Lavender Rose #F09DD5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.74%

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 39.34%
G = 25.74%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F09DD5 (or 0xF09DD5) is known color: Lavender Rose. HEX triplet: F0, 9D and D5. RGB value is (240,157,213). Sum of RGB (Red+Green+Blue) = 240+157+213=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DD5 is #0F622A. Grayscale: #BCBCBC. Windows color (decimal): -1008171 or 13999600. OLE color: 13999600.

HSL color Cylindrical-coordinate representation of color #F09DD5: hue angle of 319.52º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09DD5 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 157 213 -
CMYK 0 0.35 0.11 0.06
HSL 319.52º 0.73% 0.78% -
HSV(B) 319.52º 0.35% 0.94% -
XYZ 60 47.44 68.95 -
YUV 188.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 240 157 213 0 0.35 0.11 0.06 319.52 0.73 0.78
Hex F0 9D D5 0 23 B 6 140 49 4E
Octal 360 235 325 0 43 13 6 500 111 116
Binary 11110000 10011101 11010101 0 100011 1011 110 101000000 1001001 1001110

Color Harmonies of #F09DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09DD5

Black with #F09DD5

Text Example


Text Example

White with #F09DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09DD5; }

 p { color: rgb(240,157,213); }

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

background-color css

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

 a { background-color: rgb(240,157,213); }

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

border-color css

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

 span { border-color: rgb(240,157,213); }

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