Html Css Color HEX #F298DC Lavender Rose

📋 copy color: '#F298DC'

red 242 ◦ green 152 ◦ blue 220

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

Shades of Lavender Rose #F298DC

Tints of Lavender Rose #F298DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.83%

R = 39.41%
G = 24.76%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F298DC (or 0xF298DC) is known color: Lavender Rose. HEX triplet: F2, 98 and DC. RGB value is (242,152,220). Sum of RGB (Red+Green+Blue) = 242+152+220=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F298DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298DC is #0D6723. Grayscale: #BABABA. Windows color (decimal): -878372 or 14457074. OLE color: 14457074.

HSL color Cylindrical-coordinate representation of color #F298DC: hue angle of 314.67º 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 #F298DC is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 152 220 -
CMYK 0 0.37 0.09 0.05
HSL 314.67º 0.78% 0.77% -
HSV(B) 314.67º 0.37% 0.95% -
XYZ 60.76 46.5 73.48 -
YUV 186.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 242 152 220 0 0.37 0.09 0.05 314.67 0.78 0.77
Hex F2 98 DC 0 25 9 5 13B 4E 4D
Octal 362 230 334 0 45 11 5 473 116 115
Binary 11110010 10011000 11011100 0 100101 1001 101 100111011 1001110 1001101

Color Harmonies of #F298DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F298DC

Black with #F298DC

Text Example


Text Example

White with #F298DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F298DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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