Html Css Color HEX #F492D3 Lavender Rose

📋 copy color: '#F492D3'

red 244 ◦ green 146 ◦ blue 211

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

Shades of Lavender Rose #F492D3

Tints of Lavender Rose #F492D3

RGB

 RED value IS 244 (95.7% from 255) = 40.6%

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

 BLUE value IS 211 (82.81% from 255) = 35.11%

R = 40.6%
G = 24.29%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F492D3 (or 0xF492D3) is known color: Lavender Rose. HEX triplet: F4, 92 and D3. RGB value is (244,146,211). Sum of RGB (Red+Green+Blue) = 244+146+211=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F492D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F492D3 is #0B6D2C. Grayscale: #B6B6B6. Windows color (decimal): -748845 or 13865716. OLE color: 13865716.

HSL color Cylindrical-coordinate representation of color #F492D3: hue angle of 320.2º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F492D3 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 146 211 -
CMYK 0 0.40 0.14 0.04
HSL 320.2º 0.82% 0.76% -
HSV(B) 320.2º 0.4% 0.96% -
XYZ 59.34 44.49 67.09 -
YUV 182.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 244 146 211 0 0.40 0.14 0.04 320.2 0.82 0.76
Hex F4 92 D3 0 28 E 4 140 52 4C
Octal 364 222 323 0 50 16 4 500 122 114
Binary 11110100 10010010 11010011 0 101000 1110 100 101000000 1010010 1001100

Color Harmonies of #F492D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F492D3

Black with #F492D3

Text Example


Text Example

White with #F492D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F492D3; }

 p { color: rgb(244,146,211); }

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

background-color css

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

 a { background-color: rgb(244,146,211); }

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

border-color css

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

 span { border-color: rgb(244,146,211); }

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