Html Css Color HEX #F09BE2 Lavender Rose

📋 copy color: '#F09BE2'

red 240 ◦ green 155 ◦ blue 226

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

Shades of Lavender Rose #F09BE2

Tints of Lavender Rose #F09BE2

RGB

 RED value IS 240 (94.14% from 255) = 38.65%

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

 BLUE value IS 226 (88.67% from 255) = 36.39%

R = 38.65%
G = 24.96%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F09BE2 (or 0xF09BE2) is known color: Lavender Rose. HEX triplet: F0, 9B and E2. RGB value is (240,155,226). Sum of RGB (Red+Green+Blue) = 240+155+226=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BE2 is #0F641D. Grayscale: #BCBCBC. Windows color (decimal): -1008670 or 14851056. OLE color: 14851056.

HSL color Cylindrical-coordinate representation of color #F09BE2: hue angle of 309.88º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BE2 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 155 226 -
CMYK 0 0.35 0.06 0.06
HSL 309.88º 0.74% 0.77% -
HSV(B) 309.88º 0.35% 0.94% -
XYZ 61.38 47.46 77.88 -
YUV 188.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 240 155 226 0 0.35 0.06 0.06 309.88 0.74 0.77
Hex F0 9B E2 0 23 6 6 136 4A 4D
Octal 360 233 342 0 43 6 6 466 112 115
Binary 11110000 10011011 11100010 0 100011 110 110 100110110 1001010 1001101

Color Harmonies of #F09BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09BE2

Black with #F09BE2

Text Example


Text Example

White with #F09BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09BE2; }

 p { color: rgb(240,155,226); }

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

background-color css

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

 a { background-color: rgb(240,155,226); }

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

border-color css

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

 span { border-color: rgb(240,155,226); }

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