Html Css Color HEX #F296DF Lavender Rose

📋 copy color: '#F296DF'

red 242 ◦ green 150 ◦ blue 223

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

Shades of Lavender Rose #F296DF

Tints of Lavender Rose #F296DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 39.35%
G = 24.39%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F296DF (or 0xF296DF) is known color: Lavender Rose. HEX triplet: F2, 96 and DF. RGB value is (242,150,223). Sum of RGB (Red+Green+Blue) = 242+150+223=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F296DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296DF is #0D6920. Grayscale: #B9B9B9. Windows color (decimal): -878881 or 14653170. OLE color: 14653170.

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

Color convert

RGB 242 150 223 -
CMYK 0 0.38 0.08 0.05
HSL 312.39º 0.78% 0.77% -
HSV(B) 312.39º 0.38% 0.95% -
XYZ 60.84 46.02 75.49 -
YUV 185.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 242 150 223 0 0.38 0.08 0.05 312.39 0.78 0.77
Hex F2 96 DF 0 26 8 5 138 4E 4D
Octal 362 226 337 0 46 10 5 470 116 115
Binary 11110010 10010110 11011111 0 100110 1000 101 100111000 1001110 1001101

Color Harmonies of #F296DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F296DF

Black with #F296DF

Text Example


Text Example

White with #F296DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F296DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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