Html Css Color HEX #F295DC Lavender Rose

📋 copy color: '#F295DC'

red 242 ◦ green 149 ◦ blue 220

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

Shades of Lavender Rose #F295DC

Tints of Lavender Rose #F295DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.01%

R = 39.61%
G = 24.39%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F295DC (or 0xF295DC) is known color: Lavender Rose. HEX triplet: F2, 95 and DC. RGB value is (242,149,220). Sum of RGB (Red+Green+Blue) = 242+149+220=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F295DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295DC is #0D6A23. Grayscale: #B8B8B8. Windows color (decimal): -879140 or 14456306. OLE color: 14456306.

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

Color convert

RGB 242 149 220 -
CMYK 0 0.38 0.09 0.05
HSL 314.19º 0.78% 0.77% -
HSV(B) 314.19º 0.38% 0.95% -
XYZ 60.28 45.54 73.32 -
YUV 184.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 242 149 220 0 0.38 0.09 0.05 314.19 0.78 0.77
Hex F2 95 DC 0 26 9 5 13A 4E 4D
Octal 362 225 334 0 46 11 5 472 116 115
Binary 11110010 10010101 11011100 0 100110 1001 101 100111010 1001110 1001101

Color Harmonies of #F295DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295DC

Black with #F295DC

Text Example


Text Example

White with #F295DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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