Html Css Color HEX #F092D6 Lavender Rose

📋 copy color: '#F092D6'

red 240 ◦ green 146 ◦ blue 214

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

Shades of Lavender Rose #F092D6

Tints of Lavender Rose #F092D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.67%

R = 40%
G = 24.33%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F092D6 (or 0xF092D6) is known color: Lavender Rose. HEX triplet: F0, 92 and D6. RGB value is (240,146,214). Sum of RGB (Red+Green+Blue) = 240+146+214=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F092D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092D6 is #0F6D29. Grayscale: #B5B5B5. Windows color (decimal): -1010986 or 14062320. OLE color: 14062320.

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

Color convert

RGB 240 146 214 -
CMYK 0 0.39 0.11 0.06
HSL 316.6º 0.76% 0.76% -
HSV(B) 316.6º 0.39% 0.94% -
XYZ 58.35 43.94 69.02 -
YUV 181.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 240 146 214 0 0.39 0.11 0.06 316.6 0.76 0.76
Hex F0 92 D6 0 27 B 6 13D 4C 4C
Octal 360 222 326 0 47 13 6 475 114 114
Binary 11110000 10010010 11010110 0 100111 1011 110 100111101 1001100 1001100

Color Harmonies of #F092D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F092D6

Black with #F092D6

Text Example


Text Example

White with #F092D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F092D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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