Html Css Color HEX #F295DA Lavender Rose

📋 copy color: '#F295DA'

red 242 ◦ green 149 ◦ blue 218

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

Shades of Lavender Rose #F295DA

Tints of Lavender Rose #F295DA

RGB

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

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

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

R = 39.74%
G = 24.47%
B = 35.8%

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

#F295DA (or 0xF295DA) is known color: Lavender Rose. HEX triplet: F2, 95 and DA. RGB value is (242,149,218). Sum of RGB (Red+Green+Blue) = 242+149+218=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F295DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295DA is #0D6A25. Grayscale: #B8B8B8. Windows color (decimal): -879142 or 14325234. OLE color: 14325234.

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

Color convert

RGB 242 149 218 -
CMYK 0 0.38 0.10 0.05
HSL 315.48º 0.78% 0.77% -
HSV(B) 315.48º 0.38% 0.95% -
XYZ 60.02 45.43 71.94 -
YUV 184.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 242 149 218 0 0.38 0.10 0.05 315.48 0.78 0.77
Hex F2 95 DA 0 26 A 5 13B 4E 4D
Octal 362 225 332 0 46 12 5 473 116 115
Binary 11110010 10010101 11011010 0 100110 1010 101 100111011 1001110 1001101

Color Harmonies of #F295DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295DA

Black with #F295DA

Text Example


Text Example

White with #F295DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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