Html Css Color HEX #F19CE6 Lavender Rose

📋 copy color: '#F19CE6'

red 241 ◦ green 156 ◦ blue 230

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

Shades of Lavender Rose #F19CE6

Tints of Lavender Rose #F19CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.68%

R = 38.44%
G = 24.88%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F19CE6 (or 0xF19CE6) is known color: Lavender Rose. HEX triplet: F1, 9C and E6. RGB value is (241,156,230). Sum of RGB (Red+Green+Blue) = 241+156+230=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CE6 is #0E6319. Grayscale: #BDBDBD. Windows color (decimal): -942874 or 15113457. OLE color: 15113457.

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

Color convert

RGB 241 156 230 -
CMYK 0 0.35 0.05 0.05
HSL 307.76º 0.75% 0.78% -
HSV(B) 307.76º 0.35% 0.95% -
XYZ 62.45 48.19 80.87 -
YUV 189.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 241 156 230 0 0.35 0.05 0.05 307.76 0.75 0.78
Hex F1 9C E6 0 23 5 5 134 4B 4E
Octal 361 234 346 0 43 5 5 464 113 116
Binary 11110001 10011100 11100110 0 100011 101 101 100110100 1001011 1001110

Color Harmonies of #F19CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19CE6

Black with #F19CE6

Text Example


Text Example

White with #F19CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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