Html Css Color HEX #F295E5 Lavender Rose

📋 copy color: '#F295E5'

red 242 ◦ green 149 ◦ blue 229

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

Shades of Lavender Rose #F295E5

Tints of Lavender Rose #F295E5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.03%

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

R = 39.03%
G = 24.03%
B = 36.94%

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

#F295E5 (or 0xF295E5) is known color: Lavender Rose. HEX triplet: F2, 95 and E5. RGB value is (242,149,229). Sum of RGB (Red+Green+Blue) = 242+149+229=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 149 (58.59% from 255 or 24.03% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F295E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295E5 is #0D6A1A. Grayscale: #B9B9B9. Windows color (decimal): -879131 or 15046130. OLE color: 15046130.

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

Color convert

RGB 242 149 229 -
CMYK 0 0.38 0.05 0.05
HSL 308.39º 0.78% 0.77% -
HSV(B) 308.39º 0.38% 0.95% -
XYZ 61.51 46.03 79.77 -
YUV 185.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 242 149 229 0 0.38 0.05 0.05 308.39 0.78 0.77
Hex F2 95 E5 0 26 5 5 134 4E 4D
Octal 362 225 345 0 46 5 5 464 116 115
Binary 11110010 10010101 11100101 0 100110 101 101 100110100 1001110 1001101

Color Harmonies of #F295E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295E5

Black with #F295E5

Text Example


Text Example

White with #F295E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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