Html Css Color HEX #F196DF Lavender Rose

📋 copy color: '#F196DF'

red 241 ◦ green 150 ◦ blue 223

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

Shades of Lavender Rose #F196DF

Tints of Lavender Rose #F196DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.43%

 BLUE value IS 223 (87.5% from 255) = 36.32%

R = 39.25%
G = 24.43%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F196DF (or 0xF196DF) is known color: Lavender Rose. HEX triplet: F1, 96 and DF. RGB value is (241,150,223). Sum of RGB (Red+Green+Blue) = 241+150+223=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F196DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196DF is #0E6920. Grayscale: #B9B9B9. Windows color (decimal): -944417 or 14653169. OLE color: 14653169.

HSL color Cylindrical-coordinate representation of color #F196DF: hue angle of 311.87º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F196DF is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 150 223 -
CMYK 0 0.38 0.07 0.05
HSL 311.87º 0.76% 0.77% -
HSV(B) 311.87º 0.38% 0.95% -
XYZ 60.5 45.84 75.47 -
YUV 185.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 241 150 223 0 0.38 0.07 0.05 311.87 0.76 0.77
Hex F1 96 DF 0 26 7 5 138 4C 4D
Octal 361 226 337 0 46 7 5 470 114 115
Binary 11110001 10010110 11011111 0 100110 111 101 100111000 1001100 1001101

Color Harmonies of #F196DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F196DF

Black with #F196DF

Text Example


Text Example

White with #F196DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F196DF; }

 p { color: rgb(241,150,223); }

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

background-color css

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

 a { background-color: rgb(241,150,223); }

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

border-color css

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

 span { border-color: rgb(241,150,223); }

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