Html Css Color HEX #F092D4 Lavender Rose

📋 copy color: '#F092D4'

red 240 ◦ green 146 ◦ blue 212

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

Shades of Lavender Rose #F092D4

Tints of Lavender Rose #F092D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.45%

R = 40.13%
G = 24.41%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F092D4 (or 0xF092D4) is known color: Lavender Rose. HEX triplet: F0, 92 and D4. RGB value is (240,146,212). Sum of RGB (Red+Green+Blue) = 240+146+212=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F092D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092D4 is #0F6D2B. Grayscale: #B5B5B5. Windows color (decimal): -1010988 or 13931248. OLE color: 13931248.

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

Color convert

RGB 240 146 212 -
CMYK 0 0.39 0.12 0.06
HSL 317.87º 0.76% 0.76% -
HSV(B) 317.87º 0.39% 0.94% -
XYZ 58.1 43.84 67.69 -
YUV 181.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 240 146 212 0 0.39 0.12 0.06 317.87 0.76 0.76
Hex F0 92 D4 0 27 C 6 13E 4C 4C
Octal 360 222 324 0 47 14 6 476 114 114
Binary 11110000 10010010 11010100 0 100111 1100 110 100111110 1001100 1001100

Color Harmonies of #F092D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F092D4

Black with #F092D4

Text Example


Text Example

White with #F092D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F092D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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