Html Css Color HEX #F195DF Lavender Rose

📋 copy color: '#F195DF'

red 241 ◦ green 149 ◦ blue 223

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

Shades of Lavender Rose #F195DF

Tints of Lavender Rose #F195DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.31%

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

R = 39.31%
G = 24.31%
B = 36.38%

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

#F195DF (or 0xF195DF) is known color: Lavender Rose. HEX triplet: F1, 95 and DF. RGB value is (241,149,223). Sum of RGB (Red+Green+Blue) = 241+149+223=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F195DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195DF is #0E6A20. Grayscale: #B8B8B8. Windows color (decimal): -944673 or 14652913. OLE color: 14652913.

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

Color convert

RGB 241 149 223 -
CMYK 0 0.38 0.07 0.05
HSL 311.74º 0.77% 0.76% -
HSV(B) 311.74º 0.38% 0.95% -
XYZ 60.34 45.52 75.42 -
YUV 184.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 241 149 223 0 0.38 0.07 0.05 311.74 0.77 0.76
Hex F1 95 DF 0 26 7 5 138 4D 4C
Octal 361 225 337 0 46 7 5 470 115 114
Binary 11110001 10010101 11011111 0 100110 111 101 100111000 1001101 1001100

Color Harmonies of #F195DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195DF

Black with #F195DF

Text Example


Text Example

White with #F195DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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