Html Css Color HEX #F289E1 Pale Magenta

📋 copy color: '#F289E1'

red 242 ◦ green 137 ◦ blue 225

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

Shades of Pale Magenta #F289E1

Tints of Pale Magenta #F289E1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 22.68%

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 40.07%
G = 22.68%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F289E1 (or 0xF289E1) is known color: Pale Magenta. HEX triplet: F2, 89 and E1. RGB value is (242,137,225). Sum of RGB (Red+Green+Blue) = 242+137+225=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 137 (53.91% from 255 or 22.68% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F289E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289E1 is #0D761E. Grayscale: #B2B2B2. Windows color (decimal): -882207 or 14780914. OLE color: 14780914.

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

Color convert

RGB 242 137 225 -
CMYK 0 0.43 0.07 0.05
HSL 309.71º 0.8% 0.74% -
HSV(B) 309.71º 0.43% 0.95% -
XYZ 59.15 42.2 76.26 -
YUV 178.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 242 137 225 0 0.43 0.07 0.05 309.71 0.8 0.74
Hex F2 89 E1 0 2B 7 5 136 50 4A
Octal 362 211 341 0 53 7 5 466 120 112
Binary 11110010 10001001 11100001 0 101011 111 101 100110110 1010000 1001010

Color Harmonies of #F289E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289E1

Black with #F289E1

Text Example


Text Example

White with #F289E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289E1; }

 p { color: rgb(242,137,225); }

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

background-color css

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

 a { background-color: rgb(242,137,225); }

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

border-color css

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

 span { border-color: rgb(242,137,225); }

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