Html Css Color HEX #F095DD Lavender Rose

📋 copy color: '#F095DD'

red 240 ◦ green 149 ◦ blue 221

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

Shades of Lavender Rose #F095DD

Tints of Lavender Rose #F095DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 39.34%
G = 24.43%
B = 36.23%

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

#F095DD (or 0xF095DD) is known color: Lavender Rose. HEX triplet: F0, 95 and DD. RGB value is (240,149,221). Sum of RGB (Red+Green+Blue) = 240+149+221=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F095DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095DD is #0F6A22. Grayscale: #B8B8B8. Windows color (decimal): -1010211 or 14521840. OLE color: 14521840.

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

Color convert

RGB 240 149 221 -
CMYK 0 0.38 0.08 0.06
HSL 312.53º 0.75% 0.76% -
HSV(B) 312.53º 0.38% 0.94% -
XYZ 59.73 45.24 73.99 -
YUV 184.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 240 149 221 0 0.38 0.08 0.06 312.53 0.75 0.76
Hex F0 95 DD 0 26 8 6 139 4B 4C
Octal 360 225 335 0 46 10 6 471 113 114
Binary 11110000 10010101 11011101 0 100110 1000 110 100111001 1001011 1001100

Color Harmonies of #F095DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095DD

Black with #F095DD

Text Example


Text Example

White with #F095DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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