Html Css Color HEX #F298D1 Lavender Rose

📋 copy color: '#F298D1'

red 242 ◦ green 152 ◦ blue 209

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

Shades of Lavender Rose #F298D1

Tints of Lavender Rose #F298D1

RGB

 RED value IS 242 (94.92% from 255) = 40.13%

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

 BLUE value IS 209 (82.03% from 255) = 34.66%

R = 40.13%
G = 25.21%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F298D1 (or 0xF298D1) is known color: Lavender Rose. HEX triplet: F2, 98 and D1. RGB value is (242,152,209). Sum of RGB (Red+Green+Blue) = 242+152+209=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F298D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298D1 is #0D672E. Grayscale: #B9B9B9. Windows color (decimal): -878383 or 13736178. OLE color: 13736178.

HSL color Cylindrical-coordinate representation of color #F298D1: hue angle of 322º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298D1 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 152 209 -
CMYK 0 0.37 0.14 0.05
HSL 322º 0.78% 0.77% -
HSV(B) 322º 0.37% 0.95% -
XYZ 59.35 45.94 66.06 -
YUV 185.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 242 152 209 0 0.37 0.14 0.05 322 0.78 0.77
Hex F2 98 D1 0 25 E 5 142 4E 4D
Octal 362 230 321 0 45 16 5 502 116 115
Binary 11110010 10011000 11010001 0 100101 1110 101 101000010 1001110 1001101

Color Harmonies of #F298D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F298D1

Black with #F298D1

Text Example


Text Example

White with #F298D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F298D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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