Html Css Color HEX #F498DA Lavender Rose

📋 copy color: '#F498DA'

red 244 ◦ green 152 ◦ blue 218

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

Shades of Lavender Rose #F498DA

Tints of Lavender Rose #F498DA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.76%

 BLUE value IS 218 (85.55% from 255) = 35.5%

R = 39.74%
G = 24.76%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F498DA (or 0xF498DA) is known color: Lavender Rose. HEX triplet: F4, 98 and DA. RGB value is (244,152,218). Sum of RGB (Red+Green+Blue) = 244+152+218=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F498DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498DA is #0B6725. Grayscale: #BABABA. Windows color (decimal): -747302 or 14326004. OLE color: 14326004.

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

Color convert

RGB 244 152 218 -
CMYK 0 0.38 0.11 0.04
HSL 316.96º 0.81% 0.78% -
HSV(B) 316.96º 0.38% 0.96% -
XYZ 61.19 46.75 72.13 -
YUV 187.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 244 152 218 0 0.38 0.11 0.04 316.96 0.81 0.78
Hex F4 98 DA 0 26 B 4 13D 51 4E
Octal 364 230 332 0 46 13 4 475 121 116
Binary 11110100 10011000 11011010 0 100110 1011 100 100111101 1010001 1001110

Color Harmonies of #F498DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F498DA

Black with #F498DA

Text Example


Text Example

White with #F498DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F498DA; }

 p { color: rgb(244,152,218); }

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

background-color css

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

 a { background-color: rgb(244,152,218); }

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

border-color css

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

 span { border-color: rgb(244,152,218); }

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