Html Css Color HEX #F099DA Lavender Rose

📋 copy color: '#F099DA'

red 240 ◦ green 153 ◦ blue 218

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

Shades of Lavender Rose #F099DA

Tints of Lavender Rose #F099DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.04%

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

R = 39.28%
G = 25.04%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F099DA (or 0xF099DA) is known color: Lavender Rose. HEX triplet: F0, 99 and DA. RGB value is (240,153,218). Sum of RGB (Red+Green+Blue) = 240+153+218=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F099DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099DA is #0F6625. Grayscale: #BABABA. Windows color (decimal): -1009190 or 14326256. OLE color: 14326256.

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

Color convert

RGB 240 153 218 -
CMYK 0 0.36 0.09 0.06
HSL 315.17º 0.74% 0.77% -
HSV(B) 315.17º 0.36% 0.94% -
XYZ 59.98 46.37 72.12 -
YUV 186.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 240 153 218 0 0.36 0.09 0.06 315.17 0.74 0.77
Hex F0 99 DA 0 24 9 6 13B 4A 4D
Octal 360 231 332 0 44 11 6 473 112 115
Binary 11110000 10011001 11011010 0 100100 1001 110 100111011 1001010 1001101

Color Harmonies of #F099DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F099DA

Black with #F099DA

Text Example


Text Example

White with #F099DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F099DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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