Html Css Color HEX #F297E5 Lavender Rose

📋 copy color: '#F297E5'

red 242 ◦ green 151 ◦ blue 229

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

Shades of Lavender Rose #F297E5

Tints of Lavender Rose #F297E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.82%

R = 38.91%
G = 24.28%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F297E5 (or 0xF297E5) is known color: Lavender Rose. HEX triplet: F2, 97 and E5. RGB value is (242,151,229). Sum of RGB (Red+Green+Blue) = 242+151+229=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 151 (59.38% from 255 or 24.28% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F297E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297E5 is #0D681A. Grayscale: #BABABA. Windows color (decimal): -878619 or 15046642. OLE color: 15046642.

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

Color convert

RGB 242 151 229 -
CMYK 0 0.38 0.05 0.05
HSL 308.57º 0.78% 0.77% -
HSV(B) 308.57º 0.38% 0.95% -
XYZ 61.83 46.67 79.88 -
YUV 187.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 242 151 229 0 0.38 0.05 0.05 308.57 0.78 0.77
Hex F2 97 E5 0 26 5 5 135 4E 4D
Octal 362 227 345 0 46 5 5 465 116 115
Binary 11110010 10010111 11100101 0 100110 101 101 100110101 1001110 1001101

Color Harmonies of #F297E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F297E5

Black with #F297E5

Text Example


Text Example

White with #F297E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F297E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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