Html Css Color HEX #F19BE2 Lavender Rose

📋 copy color: '#F19BE2'

red 241 ◦ green 155 ◦ blue 226

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

Shades of Lavender Rose #F19BE2

Tints of Lavender Rose #F19BE2

RGB

 RED value IS 241 (94.53% from 255) = 38.75%

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

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

R = 38.75%
G = 24.92%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F19BE2 (or 0xF19BE2) is known color: Lavender Rose. HEX triplet: F1, 9B and E2. RGB value is (241,155,226). Sum of RGB (Red+Green+Blue) = 241+155+226=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BE2 is #0E641D. Grayscale: #BCBCBC. Windows color (decimal): -943134 or 14851057. OLE color: 14851057.

HSL color Cylindrical-coordinate representation of color #F19BE2: hue angle of 310.47º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BE2 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 155 226 -
CMYK 0 0.36 0.06 0.05
HSL 310.47º 0.75% 0.78% -
HSV(B) 310.47º 0.36% 0.95% -
XYZ 61.72 47.63 77.89 -
YUV 188.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 241 155 226 0 0.36 0.06 0.05 310.47 0.75 0.78
Hex F1 9B E2 0 24 6 5 136 4B 4E
Octal 361 233 342 0 44 6 5 466 113 116
Binary 11110001 10011011 11100010 0 100100 110 101 100110110 1001011 1001110

Color Harmonies of #F19BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19BE2

Black with #F19BE2

Text Example


Text Example

White with #F19BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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