Html Css Color HEX #F09FD3 Lavender Rose

📋 copy color: '#F09FD3'

red 240 ◦ green 159 ◦ blue 211

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

Shades of Lavender Rose #F09FD3

Tints of Lavender Rose #F09FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.59%

R = 39.34%
G = 26.07%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F09FD3 (or 0xF09FD3) is known color: Lavender Rose. HEX triplet: F0, 9F and D3. RGB value is (240,159,211). Sum of RGB (Red+Green+Blue) = 240+159+211=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FD3 is #0F602C. Grayscale: #BDBDBD. Windows color (decimal): -1007661 or 13869040. OLE color: 13869040.

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

Color convert

RGB 240 159 211 -
CMYK 0 0.34 0.12 0.06
HSL 321.48º 0.73% 0.78% -
HSV(B) 321.48º 0.34% 0.94% -
XYZ 60.09 48.02 67.73 -
YUV 189.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 240 159 211 0 0.34 0.12 0.06 321.48 0.73 0.78
Hex F0 9F D3 0 22 C 6 141 49 4E
Octal 360 237 323 0 42 14 6 501 111 116
Binary 11110000 10011111 11010011 0 100010 1100 110 101000001 1001001 1001110

Color Harmonies of #F09FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09FD3

Black with #F09FD3

Text Example


Text Example

White with #F09FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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