#FA98F1

Color #FA98F1 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FA98F1

Tints of Lavender Rose #FA98F1

Color information

#FA98F1 (or 0xFA98F1) is unknown color: approx Lavender Rose. HEX triplet: FA, 98 and F1. RGB value is (250,152,241). Sum of RGB (Red+Green+Blue) = 250+152+241=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 152 (59.77% from 255 or 23.64% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA98F1 is #05670E. Grayscale: #BFBFBF. Windows color (decimal): -354063 or 15833338. OLE color: 15833338.

HSL color Cylindrical-coordinate representation of color #FA98F1: hue angle of 305.51º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA98F1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250152241-
CMYK00.390.040.02
HSL305.51º90.74%78.82%-
HSV(B)305.51º39.2%98.04%-
XYZ66.5349.1389.2-
YUV191.45155.97169.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 152 (59.77% from 255) = 23.64%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=38.88%
G=23.64%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015224100.390.040.02305.5190.7478.82
HexFA98F1027421325b4f
Octal37223036104742462133117
Binary11111010100110001111000101001111001010011001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98F1; }

 p { color: rgb(250,152,241); }

 H1.HeaderClassName
 {
   color: #FA98F1;
 }
 .AnyTagClassName
 {
   color: #FA98F1;
 }
</style>
background-color css

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

 a { background-color: rgb(250,152,241); }

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

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

 span { border-color: rgb(250,152,241); }

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