Html Css Color HEX #F49BF0 Lavender Rose

📋 copy color: '#F49BF0'

red 244 ◦ green 155 ◦ blue 240

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

Shades of Lavender Rose #F49BF0

Tints of Lavender Rose #F49BF0

RGB

 RED value IS 244 (95.7% from 255) = 38.18%

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

 BLUE value IS 240 (94.14% from 255) = 37.56%

R = 38.18%
G = 24.26%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F49BF0 (or 0xF49BF0) is known color: Lavender Rose. HEX triplet: F4, 9B and F0. RGB value is (244,155,240). Sum of RGB (Red+Green+Blue) = 244+155+240=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 155 (60.94% from 255 or 24.26% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49BF0 is #0B640F. Grayscale: #BFBFBF. Windows color (decimal): -746512 or 15768564. OLE color: 15768564.

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

Color convert

RGB 244 155 240 -
CMYK 0 0.36 0.02 0.04
HSL 302.7º 0.8% 0.78% -
HSV(B) 302.7º 0.36% 0.96% -
XYZ 64.76 48.97 88.48 -
YUV 191.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 244 155 240 0 0.36 0.02 0.04 302.7 0.8 0.78
Hex F4 9B F0 0 24 2 4 12F 50 4E
Octal 364 233 360 0 44 2 4 457 120 116
Binary 11110100 10011011 11110000 0 100100 10 100 100101111 1010000 1001110

Color Harmonies of #F49BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49BF0

Black with #F49BF0

Text Example


Text Example

White with #F49BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49BF0; }

 p { color: rgb(244,155,240); }

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

background-color css

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

 a { background-color: rgb(244,155,240); }

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

border-color css

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

 span { border-color: rgb(244,155,240); }

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