Html Css Color HEX #F19CEF Lavender Rose

📋 copy color: '#F19CEF'

red 241 ◦ green 156 ◦ blue 239

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

Shades of Lavender Rose #F19CEF

Tints of Lavender Rose #F19CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.58%

R = 37.89%
G = 24.53%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F19CEF (or 0xF19CEF) is known color: Lavender Rose. HEX triplet: F1, 9C and EF. RGB value is (241,156,239). Sum of RGB (Red+Green+Blue) = 241+156+239=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CEF is #0E6310. Grayscale: #BEBEBE. Windows color (decimal): -942865 or 15703281. OLE color: 15703281.

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

Color convert

RGB 241 156 239 -
CMYK 0 0.35 0.01 0.05
HSL 301.41º 0.75% 0.78% -
HSV(B) 301.41º 0.35% 0.95% -
XYZ 63.74 48.71 87.7 -
YUV 190.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 241 156 239 0 0.35 0.01 0.05 301.41 0.75 0.78
Hex F1 9C EF 0 23 1 5 12D 4B 4E
Octal 361 234 357 0 43 1 5 455 113 116
Binary 11110001 10011100 11101111 0 100011 1 101 100101101 1001011 1001110

Color Harmonies of #F19CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19CEF

Black with #F19CEF

Text Example


Text Example

White with #F19CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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