Html Css Color HEX #F091D7 Lavender Rose

📋 copy color: '#F091D7'

red 240 ◦ green 145 ◦ blue 215

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

Shades of Lavender Rose #F091D7

Tints of Lavender Rose #F091D7

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.17%

 BLUE value IS 215 (84.38% from 255) = 35.83%

R = 40%
G = 24.17%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F091D7 (or 0xF091D7) is known color: Lavender Rose. HEX triplet: F0, 91 and D7. RGB value is (240,145,215). Sum of RGB (Red+Green+Blue) = 240+145+215=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F091D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091D7 is #0F6E28. Grayscale: #B5B5B5. Windows color (decimal): -1011241 or 14127600. OLE color: 14127600.

HSL color Cylindrical-coordinate representation of color #F091D7: hue angle of 315.79º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091D7 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 145 215 -
CMYK 0 0.40 0.10 0.06
HSL 315.79º 0.76% 0.75% -
HSV(B) 315.79º 0.4% 0.94% -
XYZ 58.33 43.68 69.65 -
YUV 181.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 240 145 215 0 0.40 0.10 0.06 315.79 0.76 0.75
Hex F0 91 D7 0 28 A 6 13C 4C 4B
Octal 360 221 327 0 50 12 6 474 114 113
Binary 11110000 10010001 11010111 0 101000 1010 110 100111100 1001100 1001011

Color Harmonies of #F091D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F091D7

Black with #F091D7

Text Example


Text Example

White with #F091D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F091D7; }

 p { color: rgb(240,145,215); }

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

background-color css

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

 a { background-color: rgb(240,145,215); }

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

border-color css

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

 span { border-color: rgb(240,145,215); }

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