Html Css Color HEX #F99FFA Lavender Rose

📋 copy color: '#F99FFA'

red 249 ◦ green 159 ◦ blue 250

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

Shades of Lavender Rose #F99FFA

Tints of Lavender Rose #F99FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.16%

 BLUE value IS 250 (98.05% from 255) = 37.99%

R = 37.84%
G = 24.16%
B = 37.99%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F99FFA (or 0xF99FFA) is known color: Lavender Rose. HEX triplet: F9, 9F and FA. RGB value is (249,159,250). Sum of RGB (Red+Green+Blue) = 249+159+250=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 159 (62.5% from 255 or 24.16% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #F99FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99FFA is #066005. Grayscale: #C4C4C4. Windows color (decimal): -417798 or 16424953. OLE color: 16424953.

HSL color Cylindrical-coordinate representation of color #F99FFA: hue angle of 299.34º degrees, saturation: 0.9, 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 #F99FFA is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 159 250 -
CMYK 0.00 0.36 0 0.02
HSL 299.34º 0.9% 0.8% -
HSV(B) 299.34º 0.36% 0.98% -
XYZ 68.72 51.84 96.83 -
YUV 196.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 249 159 250 0.00 0.36 0 0.02 299.34 0.9 0.8
Hex F9 9F FA 0 24 0 2 12B 5A 50
Octal 371 237 372 0 44 0 2 453 132 120
Binary 11111001 10011111 11111010 0 100100 0 10 100101011 1011010 1010000

Color Harmonies of #F99FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99FFA

Black with #F99FFA

Text Example


Text Example

White with #F99FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99FFA; }

 p { color: rgb(249,159,250); }

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

background-color css

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

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

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

border-color css

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

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

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