Html Css Color HEX #F28BA7 Mauvelous

📋 copy color: '#F28BA7'

red 242 ◦ green 139 ◦ blue 167

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

Shades of Mauvelous #F28BA7

Tints of Mauvelous #F28BA7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.36%

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

R = 44.16%
G = 25.36%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F28BA7 (or 0xF28BA7) is known color: Mauvelous. HEX triplet: F2, 8B and A7. RGB value is (242,139,167). Sum of RGB (Red+Green+Blue) = 242+139+167=548 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.16% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BA7 is #0D7458. Grayscale: #ACACAC. Windows color (decimal): -881753 or 10980338. OLE color: 10980338.

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

Color convert

RGB 242 139 167 -
CMYK 0 0.43 0.31 0.05
HSL 343.69º 0.8% 0.75% -
HSV(B) 343.69º 0.43% 0.95% -
XYZ 52.83 40.13 41.52 -
YUV 172.99 124.62 177.22 -
System Red Green Blue C M Y K H S L
Decimal 242 139 167 0 0.43 0.31 0.05 343.69 0.8 0.75
Hex F2 8B A7 0 2B 1F 5 158 50 4B
Octal 362 213 247 0 53 37 5 530 120 113
Binary 11110010 10001011 10100111 0 101011 11111 101 101011000 1010000 1001011

Color Harmonies of #F28BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28BA7

Black with #F28BA7

Text Example


Text Example

White with #F28BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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