Html Css Color HEX #F097DC Lavender Rose

📋 copy color: '#F097DC'

red 240 ◦ green 151 ◦ blue 220

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

Shades of Lavender Rose #F097DC

Tints of Lavender Rose #F097DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.71%

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

R = 39.28%
G = 24.71%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F097DC (or 0xF097DC) is known color: Lavender Rose. HEX triplet: F0, 97 and DC. RGB value is (240,151,220). Sum of RGB (Red+Green+Blue) = 240+151+220=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F097DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097DC is #0F6823. Grayscale: #B9B9B9. Windows color (decimal): -1009700 or 14456816. OLE color: 14456816.

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

Color convert

RGB 240 151 220 -
CMYK 0 0.37 0.08 0.06
HSL 313.48º 0.75% 0.77% -
HSV(B) 313.48º 0.37% 0.94% -
XYZ 59.92 45.83 73.4 -
YUV 185.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 240 151 220 0 0.37 0.08 0.06 313.48 0.75 0.77
Hex F0 97 DC 0 25 8 6 139 4B 4D
Octal 360 227 334 0 45 10 6 471 113 115
Binary 11110000 10010111 11011100 0 100101 1000 110 100111001 1001011 1001101

Color Harmonies of #F097DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F097DC

Black with #F097DC

Text Example


Text Example

White with #F097DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F097DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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