Html Css Color HEX #FB84F1 Pale Magenta

📋 copy color: '#FB84F1'

red 251 ◦ green 132 ◦ blue 241

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

Shades of Pale Magenta #FB84F1

Tints of Pale Magenta #FB84F1

RGB

 RED value IS 251 (98.44% from 255) = 40.22%

 GREEN value IS 132 (51.95% from 255) = 21.15%

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

R = 40.22%
G = 21.15%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB84F1 (or 0xFB84F1) is known color: Pale Magenta. HEX triplet: FB, 84 and F1. RGB value is (251,132,241). Sum of RGB (Red+Green+Blue) = 251+132+241=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 132 (51.95% from 255 or 21.15% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB84F1 is #047B0E. Grayscale: #B3B3B3. Windows color (decimal): -293647 or 15828219. OLE color: 15828219.

HSL color Cylindrical-coordinate representation of color #FB84F1: hue angle of 305.04º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB84F1 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 132 241 -
CMYK 0 0.47 0.04 0.02
HSL 305.04º 0.94% 0.75% -
HSV(B) 305.04º 0.47% 0.98% -
XYZ 63.91 43.36 88.22 -
YUV 180.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 251 132 241 0 0.47 0.04 0.02 305.04 0.94 0.75
Hex FB 84 F1 0 2F 4 2 131 5E 4B
Octal 373 204 361 0 57 4 2 461 136 113
Binary 11111011 10000100 11110001 0 101111 100 10 100110001 1011110 1001011

Color Harmonies of #FB84F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB84F1

Black with #FB84F1

Text Example


Text Example

White with #FB84F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB84F1; }

 p { color: rgb(251,132,241); }

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

background-color css

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

 a { background-color: rgb(251,132,241); }

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

border-color css

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

 span { border-color: rgb(251,132,241); }

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