Html Css Color HEX #F59FEC Lavender Rose

📋 copy color: '#F59FEC'

red 245 ◦ green 159 ◦ blue 236

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

Shades of Lavender Rose #F59FEC

Tints of Lavender Rose #F59FEC

RGB

 RED value IS 245 (96.09% from 255) = 38.28%

 GREEN value IS 159 (62.5% from 255) = 24.84%

 BLUE value IS 236 (92.58% from 255) = 36.88%

R = 38.28%
G = 24.84%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F59FEC (or 0xF59FEC) is known color: Lavender Rose. HEX triplet: F5, 9F and EC. RGB value is (245,159,236). Sum of RGB (Red+Green+Blue) = 245+159+236=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59FEC is #0A6013. Grayscale: #C1C1C1. Windows color (decimal): -679956 or 15507445. OLE color: 15507445.

HSL color Cylindrical-coordinate representation of color #F59FEC: hue angle of 306.28º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FEC is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 159 236 -
CMYK 0 0.35 0.04 0.04
HSL 306.28º 0.81% 0.79% -
HSV(B) 306.28º 0.35% 0.96% -
XYZ 65.19 50.26 85.62 -
YUV 193.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 245 159 236 0 0.35 0.04 0.04 306.28 0.81 0.79
Hex F5 9F EC 0 23 4 4 132 51 4F
Octal 365 237 354 0 43 4 4 462 121 117
Binary 11110101 10011111 11101100 0 100011 100 100 100110010 1010001 1001111

Color Harmonies of #F59FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59FEC

Black with #F59FEC

Text Example


Text Example

White with #F59FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59FEC; }

 p { color: rgb(245,159,236); }

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

background-color css

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

 a { background-color: rgb(245,159,236); }

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

border-color css

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

 span { border-color: rgb(245,159,236); }

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