Html Css Color HEX #F997F2 Lavender Rose

📋 copy color: '#F997F2'

red 249 ◦ green 151 ◦ blue 242

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

Shades of Lavender Rose #F997F2

Tints of Lavender Rose #F997F2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 23.52%

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

R = 38.79%
G = 23.52%
B = 37.69%

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

#F997F2 (or 0xF997F2) is known color: Lavender Rose. HEX triplet: F9, 97 and F2. RGB value is (249,151,242). Sum of RGB (Red+Green+Blue) = 249+151+242=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 151 (59.38% from 255 or 23.52% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F997F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997F2 is #06680D. Grayscale: #BEBEBE. Windows color (decimal): -419854 or 15898617. OLE color: 15898617.

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

Color convert

RGB 249 151 242 -
CMYK 0 0.39 0.03 0.02
HSL 304.29º 0.89% 0.78% -
HSV(B) 304.29º 0.39% 0.98% -
XYZ 66.16 48.68 89.91 -
YUV 190.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 249 151 242 0 0.39 0.03 0.02 304.29 0.89 0.78
Hex F9 97 F2 0 27 3 2 130 59 4E
Octal 371 227 362 0 47 3 2 460 131 116
Binary 11111001 10010111 11110010 0 100111 11 10 100110000 1011001 1001110

Color Harmonies of #F997F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997F2

Black with #F997F2

Text Example


Text Example

White with #F997F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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