Html Css Color HEX #F09FDF Lavender Rose

📋 copy color: '#F09FDF'

red 240 ◦ green 159 ◦ blue 223

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

Shades of Lavender Rose #F09FDF

Tints of Lavender Rose #F09FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 38.59%
G = 25.56%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F09FDF (or 0xF09FDF) is known color: Lavender Rose. HEX triplet: F0, 9F and DF. RGB value is (240,159,223). Sum of RGB (Red+Green+Blue) = 240+159+223=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FDF is #0F6020. Grayscale: #BEBEBE. Windows color (decimal): -1007649 or 14655472. OLE color: 14655472.

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

Color convert

RGB 240 159 223 -
CMYK 0 0.34 0.07 0.06
HSL 312.59º 0.73% 0.78% -
HSV(B) 312.59º 0.34% 0.94% -
XYZ 61.65 48.65 75.95 -
YUV 190.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 240 159 223 0 0.34 0.07 0.06 312.59 0.73 0.78
Hex F0 9F DF 0 22 7 6 139 49 4E
Octal 360 237 337 0 42 7 6 471 111 116
Binary 11110000 10011111 11011111 0 100010 111 110 100111001 1001001 1001110

Color Harmonies of #F09FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09FDF

Black with #F09FDF

Text Example


Text Example

White with #F09FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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