Html Css Color HEX #F59BEA Lavender Rose

📋 copy color: '#F59BEA'

red 245 ◦ green 155 ◦ blue 234

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

Shades of Lavender Rose #F59BEA

Tints of Lavender Rose #F59BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.45%

 BLUE value IS 234 (91.8% from 255) = 36.91%

R = 38.64%
G = 24.45%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F59BEA (or 0xF59BEA) is known color: Lavender Rose. HEX triplet: F5, 9B and EA. RGB value is (245,155,234). Sum of RGB (Red+Green+Blue) = 245+155+234=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 155 (60.94% from 255 or 24.45% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59BEA is #0A6415. Grayscale: #BEBEBE. Windows color (decimal): -680982 or 15375349. OLE color: 15375349.

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

Color convert

RGB 245 155 234 -
CMYK 0 0.37 0.04 0.04
HSL 307.33º 0.82% 0.78% -
HSV(B) 307.33º 0.37% 0.96% -
XYZ 64.23 48.8 83.88 -
YUV 190.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 245 155 234 0 0.37 0.04 0.04 307.33 0.82 0.78
Hex F5 9B EA 0 25 4 4 133 52 4E
Octal 365 233 352 0 45 4 4 463 122 116
Binary 11110101 10011011 11101010 0 100101 100 100 100110011 1010010 1001110

Color Harmonies of #F59BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59BEA

Black with #F59BEA

Text Example


Text Example

White with #F59BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59BEA; }

 p { color: rgb(245,155,234); }

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

background-color css

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

 a { background-color: rgb(245,155,234); }

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

border-color css

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

 span { border-color: rgb(245,155,234); }

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