Html Css Color HEX #F28BA8 Mauvelous

📋 copy color: '#F28BA8'

red 242 ◦ green 139 ◦ blue 168

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

Shades of Mauvelous #F28BA8

Tints of Mauvelous #F28BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.6%

R = 44.08%
G = 25.32%
B = 30.6%

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

#F28BA8 (or 0xF28BA8) is known color: Mauvelous. HEX triplet: F2, 8B and A8. RGB value is (242,139,168). Sum of RGB (Red+Green+Blue) = 242+139+168=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28BA8 is #0D7457. Grayscale: #ADADAD. Windows color (decimal): -881752 or 11045874. OLE color: 11045874.

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

Color convert

RGB 242 139 168 -
CMYK 0 0.43 0.31 0.05
HSL 343.11º 0.8% 0.75% -
HSV(B) 343.11º 0.43% 0.95% -
XYZ 52.92 40.17 42.01 -
YUV 173.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 242 139 168 0 0.43 0.31 0.05 343.11 0.8 0.75
Hex F2 8B A8 0 2B 1F 5 157 50 4B
Octal 362 213 250 0 53 37 5 527 120 113
Binary 11110010 10001011 10101000 0 101011 11111 101 101010111 1010000 1001011

Color Harmonies of #F28BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28BA8

Black with #F28BA8

Text Example


Text Example

White with #F28BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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