Html Css Color HEX #F095DF Lavender Rose

📋 copy color: '#F095DF'

red 240 ◦ green 149 ◦ blue 223

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

Shades of Lavender Rose #F095DF

Tints of Lavender Rose #F095DF

RGB

 RED value IS 240 (94.14% from 255) = 39.22%

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

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

R = 39.22%
G = 24.35%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F095DF (or 0xF095DF) is known color: Lavender Rose. HEX triplet: F0, 95 and DF. RGB value is (240,149,223). Sum of RGB (Red+Green+Blue) = 240+149+223=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 149 (58.59% from 255 or 24.35% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F095DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095DF is #0F6A20. Grayscale: #B8B8B8. Windows color (decimal): -1010209 or 14652912. OLE color: 14652912.

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

Color convert

RGB 240 149 223 -
CMYK 0 0.38 0.07 0.06
HSL 311.21º 0.75% 0.76% -
HSV(B) 311.21º 0.38% 0.94% -
XYZ 60 45.35 75.4 -
YUV 184.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 240 149 223 0 0.38 0.07 0.06 311.21 0.75 0.76
Hex F0 95 DF 0 26 7 6 137 4B 4C
Octal 360 225 337 0 46 7 6 467 113 114
Binary 11110000 10010101 11011111 0 100110 111 110 100110111 1001011 1001100

Color Harmonies of #F095DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095DF

Black with #F095DF

Text Example


Text Example

White with #F095DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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