Html Css Color HEX #F294D1 Lavender Rose

📋 copy color: '#F294D1'

red 242 ◦ green 148 ◦ blue 209

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

Shades of Lavender Rose #F294D1

Tints of Lavender Rose #F294D1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.71%

 BLUE value IS 209 (82.03% from 255) = 34.89%

R = 40.4%
G = 24.71%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F294D1 (or 0xF294D1) is known color: Lavender Rose. HEX triplet: F2, 94 and D1. RGB value is (242,148,209). Sum of RGB (Red+Green+Blue) = 242+148+209=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F294D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294D1 is #0D6B2E. Grayscale: #B6B6B6. Windows color (decimal): -879407 or 13735154. OLE color: 13735154.

HSL color Cylindrical-coordinate representation of color #F294D1: hue angle of 321.06º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294D1 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 148 209 -
CMYK 0 0.39 0.14 0.05
HSL 321.06º 0.78% 0.76% -
HSV(B) 321.06º 0.39% 0.95% -
XYZ 58.72 44.66 65.85 -
YUV 183.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 242 148 209 0 0.39 0.14 0.05 321.06 0.78 0.76
Hex F2 94 D1 0 27 E 5 141 4E 4C
Octal 362 224 321 0 47 16 5 501 116 114
Binary 11110010 10010100 11010001 0 100111 1110 101 101000001 1001110 1001100

Color Harmonies of #F294D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F294D1

Black with #F294D1

Text Example


Text Example

White with #F294D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F294D1; }

 p { color: rgb(242,148,209); }

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

background-color css

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

 a { background-color: rgb(242,148,209); }

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

border-color css

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

 span { border-color: rgb(242,148,209); }

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