Html Css Color HEX #F289E4 Pale Magenta

📋 copy color: '#F289E4'

red 242 ◦ green 137 ◦ blue 228

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

Shades of Pale Magenta #F289E4

Tints of Pale Magenta #F289E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.56%

R = 39.87%
G = 22.57%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F289E4 (or 0xF289E4) is known color: Pale Magenta. HEX triplet: F2, 89 and E4. RGB value is (242,137,228). Sum of RGB (Red+Green+Blue) = 242+137+228=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 137 (53.91% from 255 or 22.57% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F289E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289E4 is #0D761B. Grayscale: #B2B2B2. Windows color (decimal): -882204 or 14977522. OLE color: 14977522.

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

Color convert

RGB 242 137 228 -
CMYK 0 0.43 0.06 0.05
HSL 308º 0.8% 0.74% -
HSV(B) 308º 0.43% 0.95% -
XYZ 59.57 42.37 78.44 -
YUV 178.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 242 137 228 0 0.43 0.06 0.05 308 0.8 0.74
Hex F2 89 E4 0 2B 6 5 134 50 4A
Octal 362 211 344 0 53 6 5 464 120 112
Binary 11110010 10001001 11100100 0 101011 110 101 100110100 1010000 1001010

Color Harmonies of #F289E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F289E4

Black with #F289E4

Text Example


Text Example

White with #F289E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F289E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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