Html Css Color HEX #F19CE8 Lavender Rose

📋 copy color: '#F19CE8'

red 241 ◦ green 156 ◦ blue 232

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

Shades of Lavender Rose #F19CE8

Tints of Lavender Rose #F19CE8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.8%

 BLUE value IS 232 (91.02% from 255) = 36.88%

R = 38.31%
G = 24.8%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F19CE8 (or 0xF19CE8) is known color: Lavender Rose. HEX triplet: F1, 9C and E8. RGB value is (241,156,232). Sum of RGB (Red+Green+Blue) = 241+156+232=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CE8 is #0E6317. Grayscale: #BDBDBD. Windows color (decimal): -942872 or 15244529. OLE color: 15244529.

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

Color convert

RGB 241 156 232 -
CMYK 0 0.35 0.04 0.05
HSL 306.35º 0.75% 0.78% -
HSV(B) 306.35º 0.35% 0.95% -
XYZ 62.73 48.3 82.36 -
YUV 190.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 241 156 232 0 0.35 0.04 0.05 306.35 0.75 0.78
Hex F1 9C E8 0 23 4 5 132 4B 4E
Octal 361 234 350 0 43 4 5 462 113 116
Binary 11110001 10011100 11101000 0 100011 100 101 100110010 1001011 1001110

Color Harmonies of #F19CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19CE8

Black with #F19CE8

Text Example


Text Example

White with #F19CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19CE8; }

 p { color: rgb(241,156,232); }

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

background-color css

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

 a { background-color: rgb(241,156,232); }

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

border-color css

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

 span { border-color: rgb(241,156,232); }

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