Html Css Color HEX #FF96F1 Lavender Rose

📋 copy color: '#FF96F1'

red 255 ◦ green 150 ◦ blue 241

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

Shades of Lavender Rose #FF96F1

Tints of Lavender Rose #FF96F1

RGB

 RED value IS 255 (100% from 255) = 39.47%

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

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

R = 39.47%
G = 23.22%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF96F1 (or 0xFF96F1) is known color: Lavender Rose. HEX triplet: FF, 96 and F1. RGB value is (255,150,241). Sum of RGB (Red+Green+Blue) = 255+150+241=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 150 (58.98% from 255 or 23.22% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96F1 is #00690E. Grayscale: #BFBFBF. Windows color (decimal): -26895 or 15832831. OLE color: 15832831.

HSL color Cylindrical-coordinate representation of color #FF96F1: hue angle of 308º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96F1 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 150 241 -
CMYK 0 0.41 0.05 0
HSL 308º 1% 0.79% -
HSV(B) 308º 0.41% 1% -
XYZ 68.02 49.42 89.17 -
YUV 191.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 255 150 241 0 0.41 0.05 0 308 1 0.79
Hex FF 96 F1 0 29 5 0 134 64 4F
Octal 377 226 361 0 51 5 0 464 144 117
Binary 11111111 10010110 11110001 0 101001 101 0 100110100 1100100 1001111

Color Harmonies of #FF96F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96F1

Black with #FF96F1

Text Example


Text Example

White with #FF96F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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