Html Css Color HEX #F092D8 Lavender Rose

📋 copy color: '#F092D8'

red 240 ◦ green 146 ◦ blue 216

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

Shades of Lavender Rose #F092D8

Tints of Lavender Rose #F092D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.88%

R = 39.87%
G = 24.25%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F092D8 (or 0xF092D8) is known color: Lavender Rose. HEX triplet: F0, 92 and D8. RGB value is (240,146,216). Sum of RGB (Red+Green+Blue) = 240+146+216=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F092D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092D8 is #0F6D27. Grayscale: #B5B5B5. Windows color (decimal): -1010984 or 14193392. OLE color: 14193392.

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

Color convert

RGB 240 146 216 -
CMYK 0 0.39 0.1 0.06
HSL 315.32º 0.76% 0.76% -
HSV(B) 315.32º 0.39% 0.94% -
XYZ 58.61 44.04 70.38 -
YUV 182.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 240 146 216 0 0.39 0.1 0.06 315.32 0.76 0.76
Hex F0 92 D8 0 27 A 6 13B 4C 4C
Octal 360 222 330 0 47 12 6 473 114 114
Binary 11110000 10010010 11011000 0 100111 1010 110 100111011 1001100 1001100

Color Harmonies of #F092D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F092D8

Black with #F092D8

Text Example


Text Example

White with #F092D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F092D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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