Html Css Color HEX #F292D9 Lavender Rose

📋 copy color: '#F292D9'

red 242 ◦ green 146 ◦ blue 217

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

Shades of Lavender Rose #F292D9

Tints of Lavender Rose #F292D9

RGB

 RED value IS 242 (94.92% from 255) = 40%

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

 BLUE value IS 217 (85.16% from 255) = 35.87%

R = 40%
G = 24.13%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F292D9 (or 0xF292D9) is known color: Lavender Rose. HEX triplet: F2, 92 and D9. RGB value is (242,146,217). Sum of RGB (Red+Green+Blue) = 242+146+217=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F292D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292D9 is #0D6D26. Grayscale: #B6B6B6. Windows color (decimal): -879911 or 14258930. OLE color: 14258930.

HSL color Cylindrical-coordinate representation of color #F292D9: hue angle of 315.62º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F292D9 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 146 217 -
CMYK 0 0.40 0.10 0.05
HSL 315.63º 0.79% 0.76% -
HSV(B) 315.63º 0.4% 0.95% -
XYZ 59.42 44.44 71.09 -
YUV 182.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 242 146 217 0 0.40 0.10 0.05 315.63 0.79 0.76
Hex F2 92 D9 0 28 A 5 13C 4F 4C
Octal 362 222 331 0 50 12 5 474 117 114
Binary 11110010 10010010 11011001 0 101000 1010 101 100111100 1001111 1001100

Color Harmonies of #F292D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F292D9

Black with #F292D9

Text Example


Text Example

White with #F292D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F292D9; }

 p { color: rgb(242,146,217); }

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

background-color css

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

 a { background-color: rgb(242,146,217); }

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

border-color css

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

 span { border-color: rgb(242,146,217); }

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