Html Css Color HEX #FF88F2 Pale Magenta

📋 copy color: '#FF88F2'

red 255 ◦ green 136 ◦ blue 242

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

Shades of Pale Magenta #FF88F2

Tints of Pale Magenta #FF88F2

RGB

 RED value IS 255 (100% from 255) = 40.28%

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

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 40.28%
G = 21.48%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF88F2 (or 0xFF88F2) is known color: Pale Magenta. HEX triplet: FF, 88 and F2. RGB value is (255,136,242). Sum of RGB (Red+Green+Blue) = 255+136+242=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 136 (53.52% from 255 or 21.48% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF88F2 is #00770D. Grayscale: #B7B7B7. Windows color (decimal): -30478 or 15894783. OLE color: 15894783.

HSL color Cylindrical-coordinate representation of color #FF88F2: hue angle of 306.55º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88F2 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 136 242 -
CMYK 0 0.47 0.05 0
HSL 306.55º 1% 0.77% -
HSV(B) 306.55º 0.47% 1% -
XYZ 66.07 45.28 89.26 -
YUV 183.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 255 136 242 0 0.47 0.05 0 306.55 1 0.77
Hex FF 88 F2 0 2F 5 0 133 64 4D
Octal 377 210 362 0 57 5 0 463 144 115
Binary 11111111 10001000 11110010 0 101111 101 0 100110011 1100100 1001101

Color Harmonies of #FF88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF88F2

Black with #FF88F2

Text Example


Text Example

White with #FF88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF88F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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