Html Css Color HEX #F288E8 Pale Magenta

📋 copy color: '#F288E8'

red 242 ◦ green 136 ◦ blue 232

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

Shades of Pale Magenta #F288E8

Tints of Pale Magenta #F288E8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 22.3%

 BLUE value IS 232 (91.02% from 255) = 38.03%

R = 39.67%
G = 22.3%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F288E8 (or 0xF288E8) is known color: Pale Magenta. HEX triplet: F2, 88 and E8. RGB value is (242,136,232). Sum of RGB (Red+Green+Blue) = 242+136+232=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 136 (53.52% from 255 or 22.30% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F288E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288E8 is #0D7717. Grayscale: #B2B2B2. Windows color (decimal): -882456 or 15239410. OLE color: 15239410.

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

Color convert

RGB 242 136 232 -
CMYK 0 0.44 0.04 0.05
HSL 305.66º 0.8% 0.74% -
HSV(B) 305.66º 0.44% 0.95% -
XYZ 59.99 42.31 81.35 -
YUV 178.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 242 136 232 0 0.44 0.04 0.05 305.66 0.8 0.74
Hex F2 88 E8 0 2C 4 5 132 50 4A
Octal 362 210 350 0 54 4 5 462 120 112
Binary 11110010 10001000 11101000 0 101100 100 101 100110010 1010000 1001010

Color Harmonies of #F288E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F288E8

Black with #F288E8

Text Example


Text Example

White with #F288E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F288E8; }

 p { color: rgb(242,136,232); }

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

background-color css

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

 a { background-color: rgb(242,136,232); }

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

border-color css

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

 span { border-color: rgb(242,136,232); }

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