Html Css Color HEX #F99BF1 Lavender Rose

📋 copy color: '#F99BF1'

red 249 ◦ green 155 ◦ blue 241

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

Shades of Lavender Rose #F99BF1

Tints of Lavender Rose #F99BF1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.03%

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

R = 38.6%
G = 24.03%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F99BF1 (or 0xF99BF1) is known color: Lavender Rose. HEX triplet: F9, 9B and F1. RGB value is (249,155,241). Sum of RGB (Red+Green+Blue) = 249+155+241=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 155 (60.94% from 255 or 24.03% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99BF1 is #06640E. Grayscale: #C0C0C0. Windows color (decimal): -418831 or 15834105. OLE color: 15834105.

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

Color convert

RGB 249 155 241 -
CMYK 0 0.38 0.03 0.02
HSL 305.11º 0.89% 0.79% -
HSV(B) 305.11º 0.38% 0.98% -
XYZ 66.67 49.93 89.34 -
YUV 192.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 249 155 241 0 0.38 0.03 0.02 305.11 0.89 0.79
Hex F9 9B F1 0 26 3 2 131 59 4F
Octal 371 233 361 0 46 3 2 461 131 117
Binary 11111001 10011011 11110001 0 100110 11 10 100110001 1011001 1001111

Color Harmonies of #F99BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99BF1

Black with #F99BF1

Text Example


Text Example

White with #F99BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99BF1; }

 p { color: rgb(249,155,241); }

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

background-color css

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

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

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

border-color css

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

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

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