Html Css Color HEX #F19BE1 Lavender Rose

📋 copy color: '#F19BE1'

red 241 ◦ green 155 ◦ blue 225

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

Shades of Lavender Rose #F19BE1

Tints of Lavender Rose #F19BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.23%

R = 38.81%
G = 24.96%
B = 36.23%

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

#F19BE1 (or 0xF19BE1) is known color: Lavender Rose. HEX triplet: F1, 9B and E1. RGB value is (241,155,225). Sum of RGB (Red+Green+Blue) = 241+155+225=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BE1 is #0E641E. Grayscale: #BCBCBC. Windows color (decimal): -943135 or 14785521. OLE color: 14785521.

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

Color convert

RGB 241 155 225 -
CMYK 0 0.36 0.07 0.05
HSL 311.16º 0.75% 0.78% -
HSV(B) 311.16º 0.36% 0.95% -
XYZ 61.59 47.58 77.17 -
YUV 188.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 241 155 225 0 0.36 0.07 0.05 311.16 0.75 0.78
Hex F1 9B E1 0 24 7 5 137 4B 4E
Octal 361 233 341 0 44 7 5 467 113 116
Binary 11110001 10011011 11100001 0 100100 111 101 100110111 1001011 1001110

Color Harmonies of #F19BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19BE1

Black with #F19BE1

Text Example


Text Example

White with #F19BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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