Html Css Color HEX #FF88F1 Pale Magenta

📋 copy color: '#FF88F1'

red 255 ◦ green 136 ◦ blue 241

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

Shades of Pale Magenta #FF88F1

Tints of Pale Magenta #FF88F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.13%

R = 40.35%
G = 21.52%
B = 38.13%

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

#FF88F1 (or 0xFF88F1) is known color: Pale Magenta. HEX triplet: FF, 88 and F1. RGB value is (255,136,241). Sum of RGB (Red+Green+Blue) = 255+136+241=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 136 (53.52% from 255 or 21.52% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF88F1 is #00770E. Grayscale: #B7B7B7. Windows color (decimal): -30479 or 15829247. OLE color: 15829247.

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

Color convert

RGB 255 136 241 -
CMYK 0 0.47 0.05 0
HSL 307.06º 1% 0.77% -
HSV(B) 307.06º 0.47% 1% -
XYZ 65.92 45.22 88.47 -
YUV 183.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 255 136 241 0 0.47 0.05 0 307.06 1 0.77
Hex FF 88 F1 0 2F 5 0 133 64 4D
Octal 377 210 361 0 57 5 0 463 144 115
Binary 11111111 10001000 11110001 0 101111 101 0 100110011 1100100 1001101

Color Harmonies of #FF88F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF88F1

Black with #FF88F1

Text Example


Text Example

White with #FF88F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF88F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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