Html Css Color HEX #F19BE0 Lavender Rose

📋 copy color: '#F19BE0'

red 241 ◦ green 155 ◦ blue 224

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

Shades of Lavender Rose #F19BE0

Tints of Lavender Rose #F19BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.13%

R = 38.87%
G = 25%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F19BE0 (or 0xF19BE0) is known color: Lavender Rose. HEX triplet: F1, 9B and E0. RGB value is (241,155,224). Sum of RGB (Red+Green+Blue) = 241+155+224=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BE0 is #0E641F. Grayscale: #BCBCBC. Windows color (decimal): -943136 or 14719985. OLE color: 14719985.

HSL color Cylindrical-coordinate representation of color #F19BE0: hue angle of 311.86º 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 #F19BE0 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 155 224 -
CMYK 0 0.36 0.07 0.05
HSL 311.86º 0.75% 0.78% -
HSV(B) 311.86º 0.36% 0.95% -
XYZ 61.45 47.53 76.46 -
YUV 188.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 241 155 224 0 0.36 0.07 0.05 311.86 0.75 0.78
Hex F1 9B E0 0 24 7 5 138 4B 4E
Octal 361 233 340 0 44 7 5 470 113 116
Binary 11110001 10011011 11100000 0 100100 111 101 100111000 1001011 1001110

Color Harmonies of #F19BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19BE0

Black with #F19BE0

Text Example


Text Example

White with #F19BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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