Html Css Color HEX #F297DA Lavender Rose

📋 copy color: '#F297DA'

red 242 ◦ green 151 ◦ blue 218

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

Shades of Lavender Rose #F297DA

Tints of Lavender Rose #F297DA

RGB

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

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

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

R = 39.61%
G = 24.71%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F297DA (or 0xF297DA) is known color: Lavender Rose. HEX triplet: F2, 97 and DA. RGB value is (242,151,218). Sum of RGB (Red+Green+Blue) = 242+151+218=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F297DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297DA is #0D6825. Grayscale: #B9B9B9. Windows color (decimal): -878630 or 14325746. OLE color: 14325746.

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

Color convert

RGB 242 151 218 -
CMYK 0 0.38 0.10 0.05
HSL 315.82º 0.78% 0.77% -
HSV(B) 315.82º 0.38% 0.95% -
XYZ 60.34 46.07 72.04 -
YUV 185.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 242 151 218 0 0.38 0.10 0.05 315.82 0.78 0.77
Hex F2 97 DA 0 26 A 5 13C 4E 4D
Octal 362 227 332 0 46 12 5 474 116 115
Binary 11110010 10010111 11011010 0 100110 1010 101 100111100 1001110 1001101

Color Harmonies of #F297DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F297DA

Black with #F297DA

Text Example


Text Example

White with #F297DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F297DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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