Html Css Color HEX #F998F2 Lavender Rose

📋 copy color: '#F998F2'

red 249 ◦ green 152 ◦ blue 242

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

Shades of Lavender Rose #F998F2

Tints of Lavender Rose #F998F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.64%

R = 38.72%
G = 23.64%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F998F2 (or 0xF998F2) is known color: Lavender Rose. HEX triplet: F9, 98 and F2. RGB value is (249,152,242). Sum of RGB (Red+Green+Blue) = 249+152+242=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 152 (59.77% from 255 or 23.64% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F998F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F998F2 is #06670D. Grayscale: #BFBFBF. Windows color (decimal): -419598 or 15898873. OLE color: 15898873.

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

Color convert

RGB 249 152 242 -
CMYK 0 0.39 0.03 0.02
HSL 304.33º 0.89% 0.79% -
HSV(B) 304.33º 0.39% 0.98% -
XYZ 66.32 49.01 89.97 -
YUV 191.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 249 152 242 0 0.39 0.03 0.02 304.33 0.89 0.79
Hex F9 98 F2 0 27 3 2 130 59 4F
Octal 371 230 362 0 47 3 2 460 131 117
Binary 11111001 10011000 11110010 0 100111 11 10 100110000 1011001 1001111

Color Harmonies of #F998F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F998F2

Black with #F998F2

Text Example


Text Example

White with #F998F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F998F2; }

 p { color: rgb(249,152,242); }

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

background-color css

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

 a { background-color: rgb(249,152,242); }

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

border-color css

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

 span { border-color: rgb(249,152,242); }

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