Html Css Color HEX #F59FEF Lavender Rose

📋 copy color: '#F59FEF'

red 245 ◦ green 159 ◦ blue 239

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

Shades of Lavender Rose #F59FEF

Tints of Lavender Rose #F59FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.17%

R = 38.1%
G = 24.73%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F59FEF (or 0xF59FEF) is known color: Lavender Rose. HEX triplet: F5, 9F and EF. RGB value is (245,159,239). Sum of RGB (Red+Green+Blue) = 245+159+239=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 159 (62.5% from 255 or 24.73% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59FEF is #0A6010. Grayscale: #C1C1C1. Windows color (decimal): -679953 or 15704053. OLE color: 15704053.

HSL color Cylindrical-coordinate representation of color #F59FEF: hue angle of 304.19º 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 #F59FEF is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 159 239 -
CMYK 0 0.35 0.02 0.04
HSL 304.19º 0.81% 0.79% -
HSV(B) 304.19º 0.35% 0.96% -
XYZ 65.63 50.44 87.94 -
YUV 193.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 245 159 239 0 0.35 0.02 0.04 304.19 0.81 0.79
Hex F5 9F EF 0 23 2 4 130 51 4F
Octal 365 237 357 0 43 2 4 460 121 117
Binary 11110101 10011111 11101111 0 100011 10 100 100110000 1010001 1001111

Color Harmonies of #F59FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59FEF

Black with #F59FEF

Text Example


Text Example

White with #F59FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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