Html Css Color HEX #F289E2 Pale Magenta

📋 copy color: '#F289E2'

red 242 ◦ green 137 ◦ blue 226

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

Shades of Pale Magenta #F289E2

Tints of Pale Magenta #F289E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.36%

R = 40%
G = 22.64%
B = 37.36%

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

#F289E2 (or 0xF289E2) is known color: Pale Magenta. HEX triplet: F2, 89 and E2. RGB value is (242,137,226). Sum of RGB (Red+Green+Blue) = 242+137+226=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 137 (53.91% from 255 or 22.64% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F289E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289E2 is #0D761D. Grayscale: #B2B2B2. Windows color (decimal): -882206 or 14846450. OLE color: 14846450.

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

Color convert

RGB 242 137 226 -
CMYK 0 0.43 0.07 0.05
HSL 309.14º 0.8% 0.74% -
HSV(B) 309.14º 0.43% 0.95% -
XYZ 59.29 42.26 76.98 -
YUV 178.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 242 137 226 0 0.43 0.07 0.05 309.14 0.8 0.74
Hex F2 89 E2 0 2B 7 5 135 50 4A
Octal 362 211 342 0 53 7 5 465 120 112
Binary 11110010 10001001 11100010 0 101011 111 101 100110101 1010000 1001010

Color Harmonies of #F289E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289E2

Black with #F289E2

Text Example


Text Example

White with #F289E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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