Html Css Color HEX #F295D3 Lavender Rose

📋 copy color: '#F295D3'

red 242 ◦ green 149 ◦ blue 211

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

Shades of Lavender Rose #F295D3

Tints of Lavender Rose #F295D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.05%

R = 40.2%
G = 24.75%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F295D3 (or 0xF295D3) is known color: Lavender Rose. HEX triplet: F2, 95 and D3. RGB value is (242,149,211). Sum of RGB (Red+Green+Blue) = 242+149+211=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 149 (58.59% from 255 or 24.75% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F295D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295D3 is #0D6A2C. Grayscale: #B7B7B7. Windows color (decimal): -879149 or 13866482. OLE color: 13866482.

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

Color convert

RGB 242 149 211 -
CMYK 0 0.38 0.13 0.05
HSL 320º 0.78% 0.77% -
HSV(B) 320º 0.38% 0.95% -
XYZ 59.12 45.08 67.21 -
YUV 183.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 242 149 211 0 0.38 0.13 0.05 320 0.78 0.77
Hex F2 95 D3 0 26 D 5 140 4E 4D
Octal 362 225 323 0 46 15 5 500 116 115
Binary 11110010 10010101 11010011 0 100110 1101 101 101000000 1001110 1001101

Color Harmonies of #F295D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F295D3

Black with #F295D3

Text Example


Text Example

White with #F295D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F295D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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