Html Css Color HEX #F296DA Lavender Rose

📋 copy color: '#F296DA'

red 242 ◦ green 150 ◦ blue 218

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

Shades of Lavender Rose #F296DA

Tints of Lavender Rose #F296DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.74%

R = 39.67%
G = 24.59%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F296DA (or 0xF296DA) is known color: Lavender Rose. HEX triplet: F2, 96 and DA. RGB value is (242,150,218). Sum of RGB (Red+Green+Blue) = 242+150+218=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F296DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296DA is #0D6925. Grayscale: #B9B9B9. Windows color (decimal): -878886 or 14325490. OLE color: 14325490.

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

Color convert

RGB 242 150 218 -
CMYK 0 0.38 0.10 0.05
HSL 315.65º 0.78% 0.77% -
HSV(B) 315.65º 0.38% 0.95% -
XYZ 60.18 45.75 71.99 -
YUV 185.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 242 150 218 0 0.38 0.10 0.05 315.65 0.78 0.77
Hex F2 96 DA 0 26 A 5 13C 4E 4D
Octal 362 226 332 0 46 12 5 474 116 115
Binary 11110010 10010110 11011010 0 100110 1010 101 100111100 1001110 1001101

Color Harmonies of #F296DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F296DA

Black with #F296DA

Text Example


Text Example

White with #F296DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F296DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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