Html Css Color HEX #F294DD Lavender Rose

📋 copy color: '#F294DD'

red 242 ◦ green 148 ◦ blue 221

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

Shades of Lavender Rose #F294DD

Tints of Lavender Rose #F294DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 39.61%
G = 24.22%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F294DD (or 0xF294DD) is known color: Lavender Rose. HEX triplet: F2, 94 and DD. RGB value is (242,148,221). Sum of RGB (Red+Green+Blue) = 242+148+221=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F294DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294DD is #0D6B22. Grayscale: #B8B8B8. Windows color (decimal): -879395 or 14521586. OLE color: 14521586.

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

Color convert

RGB 242 148 221 -
CMYK 0 0.39 0.09 0.05
HSL 313.4º 0.78% 0.76% -
HSV(B) 313.4º 0.39% 0.95% -
XYZ 60.26 45.28 73.97 -
YUV 184.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 242 148 221 0 0.39 0.09 0.05 313.4 0.78 0.76
Hex F2 94 DD 0 27 9 5 139 4E 4C
Octal 362 224 335 0 47 11 5 471 116 114
Binary 11110010 10010100 11011101 0 100111 1001 101 100111001 1001110 1001100

Color Harmonies of #F294DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F294DD

Black with #F294DD

Text Example


Text Example

White with #F294DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F294DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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