Html Css Color HEX #F29CA7 Mauvelous

📋 copy color: '#F29CA7'

red 242 ◦ green 156 ◦ blue 167

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

Shades of Mauvelous #F29CA7

Tints of Mauvelous #F29CA7

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.61%

 BLUE value IS 167 (65.63% from 255) = 29.56%

R = 42.83%
G = 27.61%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F29CA7 (or 0xF29CA7) is known color: Mauvelous. HEX triplet: F2, 9C and A7. RGB value is (242,156,167). Sum of RGB (Red+Green+Blue) = 242+156+167=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29CA7 is #0D6358. Grayscale: #B7B7B7. Windows color (decimal): -877401 or 10984690. OLE color: 10984690.

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

Color convert

RGB 242 156 167 -
CMYK 0 0.36 0.31 0.05
HSL 352.33º 0.77% 0.78% -
HSV(B) 352.33º 0.36% 0.95% -
XYZ 55.48 45.44 42.41 -
YUV 182.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 242 156 167 0 0.36 0.31 0.05 352.33 0.77 0.78
Hex F2 9C A7 0 24 1F 5 160 4D 4E
Octal 362 234 247 0 44 37 5 540 115 116
Binary 11110010 10011100 10100111 0 100100 11111 101 101100000 1001101 1001110

Color Harmonies of #F29CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29CA7

Black with #F29CA7

Text Example


Text Example

White with #F29CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29CA7; }

 p { color: rgb(242,156,167); }

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

background-color css

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

 a { background-color: rgb(242,156,167); }

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

border-color css

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

 span { border-color: rgb(242,156,167); }

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