Html Css Color HEX #F9A0F9 Lavender Rose

📋 copy color: '#F9A0F9'

red 249 ◦ green 160 ◦ blue 249

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

Shades of Lavender Rose #F9A0F9

Tints of Lavender Rose #F9A0F9

RGB

 RED value IS 249 (97.66% from 255) = 37.84%

 GREEN value IS 160 (62.89% from 255) = 24.32%

 BLUE value IS 249 (97.66% from 255) = 37.84%

R = 37.84%
G = 24.32%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9A0F9 (or 0xF9A0F9) is known color: Lavender Rose. HEX triplet: F9, A0 and F9. RGB value is (249,160,249). Sum of RGB (Red+Green+Blue) = 249+160+249=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 160 (62.89% from 255 or 24.32% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F9A0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A0F9 is #065F06. Grayscale: #C4C4C4. Windows color (decimal): -417543 or 16359673. OLE color: 16359673.

HSL color Cylindrical-coordinate representation of color #F9A0F9: hue angle of 300º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A0F9 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 160 249 -
CMYK 0 0.36 0 0.02
HSL 300º 0.88% 0.8% -
HSV(B) 300º 0.36% 0.98% -
XYZ 68.74 52.12 96.06 -
YUV 196.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 249 160 249 0 0.36 0 0.02 300 0.88 0.8
Hex F9 A0 F9 0 24 0 2 12C 58 50
Octal 371 240 371 0 44 0 2 454 130 120
Binary 11111001 10100000 11111001 0 100100 0 10 100101100 1011000 1010000

Color Harmonies of #F9A0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A0F9

Black with #F9A0F9

Text Example


Text Example

White with #F9A0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A0F9; }

 p { color: rgb(249,160,249); }

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

background-color css

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

 a { background-color: rgb(249,160,249); }

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

border-color css

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

 span { border-color: rgb(249,160,249); }

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