Html Css Color HEX #F293D9 Lavender Rose

📋 copy color: '#F293D9'

red 242 ◦ green 147 ◦ blue 217

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

Shades of Lavender Rose #F293D9

Tints of Lavender Rose #F293D9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.26%

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

R = 39.93%
G = 24.26%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F293D9 (or 0xF293D9) is known color: Lavender Rose. HEX triplet: F2, 93 and D9. RGB value is (242,147,217). Sum of RGB (Red+Green+Blue) = 242+147+217=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F293D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293D9 is #0D6C26. Grayscale: #B7B7B7. Windows color (decimal): -879655 or 14259186. OLE color: 14259186.

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

Color convert

RGB 242 147 217 -
CMYK 0 0.39 0.10 0.05
HSL 315.79º 0.79% 0.76% -
HSV(B) 315.79º 0.39% 0.95% -
XYZ 59.58 44.75 71.14 -
YUV 183.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 242 147 217 0 0.39 0.10 0.05 315.79 0.79 0.76
Hex F2 93 D9 0 27 A 5 13C 4F 4C
Octal 362 223 331 0 47 12 5 474 117 114
Binary 11110010 10010011 11011001 0 100111 1010 101 100111100 1001111 1001100

Color Harmonies of #F293D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F293D9

Black with #F293D9

Text Example


Text Example

White with #F293D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F293D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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