Html Css Color HEX #F098DC Lavender Rose

📋 copy color: '#F098DC'

red 240 ◦ green 152 ◦ blue 220

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

Shades of Lavender Rose #F098DC

Tints of Lavender Rose #F098DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.84%

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

R = 39.22%
G = 24.84%
B = 35.95%

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

#F098DC (or 0xF098DC) is known color: Lavender Rose. HEX triplet: F0, 98 and DC. RGB value is (240,152,220). Sum of RGB (Red+Green+Blue) = 240+152+220=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F098DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098DC is #0F6723. Grayscale: #B9B9B9. Windows color (decimal): -1009444 or 14457072. OLE color: 14457072.

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

Color convert

RGB 240 152 220 -
CMYK 0 0.37 0.08 0.06
HSL 313.64º 0.75% 0.77% -
HSV(B) 313.64º 0.37% 0.94% -
XYZ 60.08 46.15 73.45 -
YUV 186.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 240 152 220 0 0.37 0.08 0.06 313.64 0.75 0.77
Hex F0 98 DC 0 25 8 6 13A 4B 4D
Octal 360 230 334 0 45 10 6 472 113 115
Binary 11110000 10011000 11011100 0 100101 1000 110 100111010 1001011 1001101

Color Harmonies of #F098DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F098DC

Black with #F098DC

Text Example


Text Example

White with #F098DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F098DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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