Html Css Color HEX #F28FAA Mauvelous

📋 copy color: '#F28FAA'

red 242 ◦ green 143 ◦ blue 170

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

Shades of Mauvelous #F28FAA

Tints of Mauvelous #F28FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.63%

R = 43.6%
G = 25.77%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F28FAA (or 0xF28FAA) is known color: Mauvelous. HEX triplet: F2, 8F and AA. RGB value is (242,143,170). Sum of RGB (Red+Green+Blue) = 242+143+170=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28FAA is #0D7055. Grayscale: #AFAFAF. Windows color (decimal): -880726 or 11177970. OLE color: 11177970.

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

Color convert

RGB 242 143 170 -
CMYK 0 0.41 0.30 0.05
HSL 343.64º 0.79% 0.75% -
HSV(B) 343.64º 0.41% 0.95% -
XYZ 53.7 41.42 43.2 -
YUV 175.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 242 143 170 0 0.41 0.30 0.05 343.64 0.79 0.75
Hex F2 8F AA 0 29 1E 5 158 4F 4B
Octal 362 217 252 0 51 36 5 530 117 113
Binary 11110010 10001111 10101010 0 101001 11110 101 101011000 1001111 1001011

Color Harmonies of #F28FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28FAA

Black with #F28FAA

Text Example


Text Example

White with #F28FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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