Html Css Color HEX #F296E2 Lavender Rose

📋 copy color: '#F296E2'

red 242 ◦ green 150 ◦ blue 226

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

Shades of Lavender Rose #F296E2

Tints of Lavender Rose #F296E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.57%

R = 39.16%
G = 24.27%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F296E2 (or 0xF296E2) is known color: Lavender Rose. HEX triplet: F2, 96 and E2. RGB value is (242,150,226). Sum of RGB (Red+Green+Blue) = 242+150+226=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F296E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296E2 is #0D691D. Grayscale: #B9B9B9. Windows color (decimal): -878878 or 14849778. OLE color: 14849778.

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

Color convert

RGB 242 150 226 -
CMYK 0 0.38 0.07 0.05
HSL 310.43º 0.78% 0.77% -
HSV(B) 310.43º 0.38% 0.95% -
XYZ 61.25 46.18 77.64 -
YUV 186.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 242 150 226 0 0.38 0.07 0.05 310.43 0.78 0.77
Hex F2 96 E2 0 26 7 5 136 4E 4D
Octal 362 226 342 0 46 7 5 466 116 115
Binary 11110010 10010110 11100010 0 100110 111 101 100110110 1001110 1001101

Color Harmonies of #F296E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F296E2

Black with #F296E2

Text Example


Text Example

White with #F296E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F296E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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