Html Css Color HEX #FA96F1 Lavender Rose

📋 copy color: '#FA96F1'

red 250 ◦ green 150 ◦ blue 241

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

Shades of Lavender Rose #FA96F1

Tints of Lavender Rose #FA96F1

RGB

 RED value IS 250 (98.05% from 255) = 39%

 GREEN value IS 150 (58.98% from 255) = 23.4%

 BLUE value IS 241 (94.53% from 255) = 37.6%

R = 39%
G = 23.4%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA96F1 (or 0xFA96F1) is known color: Lavender Rose. HEX triplet: FA, 96 and F1. RGB value is (250,150,241). Sum of RGB (Red+Green+Blue) = 250+150+241=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 150 (58.98% from 255 or 23.40% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA96F1 is #05690E. Grayscale: #BEBEBE. Windows color (decimal): -354575 or 15832826. OLE color: 15832826.

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

Color convert

RGB 250 150 241 -
CMYK 0 0.4 0.04 0.02
HSL 305.4º 0.91% 0.78% -
HSV(B) 305.4º 0.4% 0.98% -
XYZ 66.21 48.49 89.09 -
YUV 190.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 250 150 241 0 0.4 0.04 0.02 305.4 0.91 0.78
Hex FA 96 F1 0 28 4 2 131 5B 4E
Octal 372 226 361 0 50 4 2 461 133 116
Binary 11111010 10010110 11110001 0 101000 100 10 100110001 1011011 1001110

Color Harmonies of #FA96F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96F1

Black with #FA96F1

Text Example


Text Example

White with #FA96F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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