Html Css Color HEX #F295DF Lavender Rose

📋 copy color: '#F295DF'

red 242 ◦ green 149 ◦ blue 223

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

Shades of Lavender Rose #F295DF

Tints of Lavender Rose #F295DF

RGB

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

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

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

R = 39.41%
G = 24.27%
B = 36.32%

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

#F295DF (or 0xF295DF) is known color: Lavender Rose. HEX triplet: F2, 95 and DF. RGB value is (242,149,223). Sum of RGB (Red+Green+Blue) = 242+149+223=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F295DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295DF is #0D6A20. Grayscale: #B9B9B9. Windows color (decimal): -879137 or 14652914. OLE color: 14652914.

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

Color convert

RGB 242 149 223 -
CMYK 0 0.38 0.08 0.05
HSL 312.26º 0.78% 0.77% -
HSV(B) 312.26º 0.38% 0.95% -
XYZ 60.68 45.7 75.43 -
YUV 185.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 242 149 223 0 0.38 0.08 0.05 312.26 0.78 0.77
Hex F2 95 DF 0 26 8 5 138 4E 4D
Octal 362 225 337 0 46 10 5 470 116 115
Binary 11110010 10010101 11011111 0 100110 1000 101 100111000 1001110 1001101

Color Harmonies of #F295DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295DF

Black with #F295DF

Text Example


Text Example

White with #F295DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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