Html Css Color HEX #F092D5 Lavender Rose

📋 copy color: '#F092D5'

red 240 ◦ green 146 ◦ blue 213

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

Shades of Lavender Rose #F092D5

Tints of Lavender Rose #F092D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.56%

R = 40.07%
G = 24.37%
B = 35.56%

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

#F092D5 (or 0xF092D5) is known color: Lavender Rose. HEX triplet: F0, 92 and D5. RGB value is (240,146,213). Sum of RGB (Red+Green+Blue) = 240+146+213=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 146 (57.42% from 255 or 24.37% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F092D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092D5 is #0F6D2A. Grayscale: #B5B5B5. Windows color (decimal): -1010987 or 13996784. OLE color: 13996784.

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

Color convert

RGB 240 146 213 -
CMYK 0 0.39 0.11 0.06
HSL 317.23º 0.76% 0.76% -
HSV(B) 317.23º 0.39% 0.94% -
XYZ 58.22 43.89 68.35 -
YUV 181.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 240 146 213 0 0.39 0.11 0.06 317.23 0.76 0.76
Hex F0 92 D5 0 27 B 6 13D 4C 4C
Octal 360 222 325 0 47 13 6 475 114 114
Binary 11110000 10010010 11010101 0 100111 1011 110 100111101 1001100 1001100

Color Harmonies of #F092D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F092D5

Black with #F092D5

Text Example


Text Example

White with #F092D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F092D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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