Html Css Color HEX #F09AD6 Lavender Rose

📋 copy color: '#F09AD6'

red 240 ◦ green 154 ◦ blue 214

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

Shades of Lavender Rose #F09AD6

Tints of Lavender Rose #F09AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.2%

R = 39.47%
G = 25.33%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F09AD6 (or 0xF09AD6) is known color: Lavender Rose. HEX triplet: F0, 9A and D6. RGB value is (240,154,214). Sum of RGB (Red+Green+Blue) = 240+154+214=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09AD6 is #0F6529. Grayscale: #BABABA. Windows color (decimal): -1008938 or 14064368. OLE color: 14064368.

HSL color Cylindrical-coordinate representation of color #F09AD6: hue angle of 318.14º 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 #F09AD6 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 154 214 -
CMYK 0 0.36 0.11 0.06
HSL 318.14º 0.74% 0.77% -
HSV(B) 318.14º 0.36% 0.94% -
XYZ 59.63 46.49 69.45 -
YUV 186.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 240 154 214 0 0.36 0.11 0.06 318.14 0.74 0.77
Hex F0 9A D6 0 24 B 6 13E 4A 4D
Octal 360 232 326 0 44 13 6 476 112 115
Binary 11110000 10011010 11010110 0 100100 1011 110 100111110 1001010 1001101

Color Harmonies of #F09AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09AD6

Black with #F09AD6

Text Example


Text Example

White with #F09AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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