Html Css Color HEX #F296E9 Lavender Rose

📋 copy color: '#F296E9'

red 242 ◦ green 150 ◦ blue 233

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

Shades of Lavender Rose #F296E9

Tints of Lavender Rose #F296E9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24%

 BLUE value IS 233 (91.41% from 255) = 37.28%

R = 38.72%
G = 24%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F296E9 (or 0xF296E9) is known color: Lavender Rose. HEX triplet: F2, 96 and E9. RGB value is (242,150,233). Sum of RGB (Red+Green+Blue) = 242+150+233=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F296E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F296E9 is #0D6916. Grayscale: #BABABA. Windows color (decimal): -878871 or 15308530. OLE color: 15308530.

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

Color convert

RGB 242 150 233 -
CMYK 0 0.38 0.04 0.05
HSL 305.87º 0.78% 0.77% -
HSV(B) 305.87º 0.38% 0.95% -
XYZ 62.23 46.57 82.8 -
YUV 186.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 242 150 233 0 0.38 0.04 0.05 305.87 0.78 0.77
Hex F2 96 E9 0 26 4 5 132 4E 4D
Octal 362 226 351 0 46 4 5 462 116 115
Binary 11110010 10010110 11101001 0 100110 100 101 100110010 1001110 1001101

Color Harmonies of #F296E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F296E9

Black with #F296E9

Text Example


Text Example

White with #F296E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F296E9; }

 p { color: rgb(242,150,233); }

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

background-color css

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

 a { background-color: rgb(242,150,233); }

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

border-color css

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

 span { border-color: rgb(242,150,233); }

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