Html Css Color HEX #F29FE3 Lavender Rose

📋 copy color: '#F29FE3'

red 242 ◦ green 159 ◦ blue 227

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

Shades of Lavender Rose #F29FE3

Tints of Lavender Rose #F29FE3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.32%

 BLUE value IS 227 (89.06% from 255) = 36.15%

R = 38.54%
G = 25.32%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F29FE3 (or 0xF29FE3) is known color: Lavender Rose. HEX triplet: F2, 9F and E3. RGB value is (242,159,227). Sum of RGB (Red+Green+Blue) = 242+159+227=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FE3 is #0D601C. Grayscale: #BFBFBF. Windows color (decimal): -876573 or 14917618. OLE color: 14917618.

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

Color convert

RGB 242 159 227 -
CMYK 0 0.34 0.06 0.05
HSL 310.84º 0.76% 0.79% -
HSV(B) 310.84º 0.34% 0.95% -
XYZ 62.88 49.22 78.86 -
YUV 191.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 242 159 227 0 0.34 0.06 0.05 310.84 0.76 0.79
Hex F2 9F E3 0 22 6 5 137 4C 4F
Octal 362 237 343 0 42 6 5 467 114 117
Binary 11110010 10011111 11100011 0 100010 110 101 100110111 1001100 1001111

Color Harmonies of #F29FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29FE3

Black with #F29FE3

Text Example


Text Example

White with #F29FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29FE3; }

 p { color: rgb(242,159,227); }

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

background-color css

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

 a { background-color: rgb(242,159,227); }

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

border-color css

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

 span { border-color: rgb(242,159,227); }

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