Html Css Color HEX #F095DC Lavender Rose

📋 copy color: '#F095DC'

red 240 ◦ green 149 ◦ blue 220

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

Shades of Lavender Rose #F095DC

Tints of Lavender Rose #F095DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.12%

R = 39.41%
G = 24.47%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F095DC (or 0xF095DC) is known color: Lavender Rose. HEX triplet: F0, 95 and DC. RGB value is (240,149,220). Sum of RGB (Red+Green+Blue) = 240+149+220=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F095DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095DC is #0F6A23. Grayscale: #B8B8B8. Windows color (decimal): -1010212 or 14456304. OLE color: 14456304.

HSL color Cylindrical-coordinate representation of color #F095DC: hue angle of 313.19º 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 #F095DC is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 220 -
CMYK 0 0.38 0.08 0.06
HSL 313.19º 0.75% 0.76% -
HSV(B) 313.19º 0.38% 0.94% -
XYZ 59.6 45.19 73.29 -
YUV 184.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 240 149 220 0 0.38 0.08 0.06 313.19 0.75 0.76
Hex F0 95 DC 0 26 8 6 139 4B 4C
Octal 360 225 334 0 46 10 6 471 113 114
Binary 11110000 10010101 11011100 0 100110 1000 110 100111001 1001011 1001100

Color Harmonies of #F095DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095DC

Black with #F095DC

Text Example


Text Example

White with #F095DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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