Html Css Color HEX #F092D9 Lavender Rose

📋 copy color: '#F092D9'

red 240 ◦ green 146 ◦ blue 217

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

Shades of Lavender Rose #F092D9

Tints of Lavender Rose #F092D9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.21%

 BLUE value IS 217 (85.16% from 255) = 35.99%

R = 39.8%
G = 24.21%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F092D9 (or 0xF092D9) is known color: Lavender Rose. HEX triplet: F0, 92 and D9. RGB value is (240,146,217). Sum of RGB (Red+Green+Blue) = 240+146+217=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F092D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092D9 is #0F6D26. Grayscale: #B6B6B6. Windows color (decimal): -1010983 or 14258928. OLE color: 14258928.

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

Color convert

RGB 240 146 217 -
CMYK 0 0.39 0.10 0.06
HSL 314.68º 0.76% 0.76% -
HSV(B) 314.68º 0.39% 0.94% -
XYZ 58.74 44.09 71.06 -
YUV 182.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 240 146 217 0 0.39 0.10 0.06 314.68 0.76 0.76
Hex F0 92 D9 0 27 A 6 13B 4C 4C
Octal 360 222 331 0 47 12 6 473 114 114
Binary 11110000 10010010 11011001 0 100111 1010 110 100111011 1001100 1001100

Color Harmonies of #F092D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F092D9

Black with #F092D9

Text Example


Text Example

White with #F092D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F092D9; }

 p { color: rgb(240,146,217); }

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

background-color css

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

 a { background-color: rgb(240,146,217); }

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

border-color css

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

 span { border-color: rgb(240,146,217); }

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