Html Css Color HEX #F28FA4 Mauvelous

📋 copy color: '#F28FA4'

red 242 ◦ green 143 ◦ blue 164

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

Shades of Mauvelous #F28FA4

Tints of Mauvelous #F28FA4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.05%

 BLUE value IS 164 (64.45% from 255) = 29.87%

R = 44.08%
G = 26.05%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F28FA4 (or 0xF28FA4) is known color: Mauvelous. HEX triplet: F2, 8F and A4. RGB value is (242,143,164). Sum of RGB (Red+Green+Blue) = 242+143+164=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28FA4 is #0D705B. Grayscale: #AFAFAF. Windows color (decimal): -880732 or 10784754. OLE color: 10784754.

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

Color convert

RGB 242 143 164 -
CMYK 0 0.41 0.32 0.05
HSL 347.27º 0.79% 0.75% -
HSV(B) 347.27º 0.41% 0.95% -
XYZ 53.14 41.2 40.27 -
YUV 175 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 242 143 164 0 0.41 0.32 0.05 347.27 0.79 0.75
Hex F2 8F A4 0 29 20 5 15B 4F 4B
Octal 362 217 244 0 51 40 5 533 117 113
Binary 11110010 10001111 10100100 0 101001 100000 101 101011011 1001111 1001011

Color Harmonies of #F28FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28FA4

Black with #F28FA4

Text Example


Text Example

White with #F28FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28FA4; }

 p { color: rgb(242,143,164); }

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

background-color css

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

 a { background-color: rgb(242,143,164); }

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

border-color css

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

 span { border-color: rgb(242,143,164); }

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