Html Css Color HEX #F09FDA Lavender Rose

📋 copy color: '#F09FDA'

red 240 ◦ green 159 ◦ blue 218

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

Shades of Lavender Rose #F09FDA

Tints of Lavender Rose #F09FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.77%

 BLUE value IS 218 (85.55% from 255) = 35.33%

R = 38.9%
G = 25.77%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F09FDA (or 0xF09FDA) is known color: Lavender Rose. HEX triplet: F0, 9F and DA. RGB value is (240,159,218). Sum of RGB (Red+Green+Blue) = 240+159+218=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FDA is #0F6025. Grayscale: #BDBDBD. Windows color (decimal): -1007654 or 14327792. OLE color: 14327792.

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

Color convert

RGB 240 159 218 -
CMYK 0 0.34 0.09 0.06
HSL 316.3º 0.73% 0.78% -
HSV(B) 316.3º 0.34% 0.94% -
XYZ 60.99 48.38 72.45 -
YUV 189.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 240 159 218 0 0.34 0.09 0.06 316.3 0.73 0.78
Hex F0 9F DA 0 22 9 6 13C 49 4E
Octal 360 237 332 0 42 11 6 474 111 116
Binary 11110000 10011111 11011010 0 100010 1001 110 100111100 1001001 1001110

Color Harmonies of #F09FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09FDA

Black with #F09FDA

Text Example


Text Example

White with #F09FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09FDA; }

 p { color: rgb(240,159,218); }

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

background-color css

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

 a { background-color: rgb(240,159,218); }

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

border-color css

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

 span { border-color: rgb(240,159,218); }

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