Html Css Color HEX #F491D4 Lavender Rose

📋 copy color: '#F491D4'

red 244 ◦ green 145 ◦ blue 212

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

Shades of Lavender Rose #F491D4

Tints of Lavender Rose #F491D4

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.13%

 BLUE value IS 212 (83.2% from 255) = 35.27%

R = 40.6%
G = 24.13%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F491D4 (or 0xF491D4) is known color: Lavender Rose. HEX triplet: F4, 91 and D4. RGB value is (244,145,212). Sum of RGB (Red+Green+Blue) = 244+145+212=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F491D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491D4 is #0B6E2B. Grayscale: #B6B6B6. Windows color (decimal): -749100 or 13930996. OLE color: 13930996.

HSL color Cylindrical-coordinate representation of color #F491D4: hue angle of 319.39º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491D4 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 145 212 -
CMYK 0 0.41 0.13 0.04
HSL 319.39º 0.82% 0.76% -
HSV(B) 319.39º 0.41% 0.96% -
XYZ 59.32 44.24 67.7 -
YUV 182.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 244 145 212 0 0.41 0.13 0.04 319.39 0.82 0.76
Hex F4 91 D4 0 29 D 4 13F 52 4C
Octal 364 221 324 0 51 15 4 477 122 114
Binary 11110100 10010001 11010100 0 101001 1101 100 100111111 1010010 1001100

Color Harmonies of #F491D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F491D4

Black with #F491D4

Text Example


Text Example

White with #F491D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F491D4; }

 p { color: rgb(244,145,212); }

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

background-color css

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

 a { background-color: rgb(244,145,212); }

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

border-color css

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

 span { border-color: rgb(244,145,212); }

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