Html Css Color HEX #FB93F2 Pale Magenta

📋 copy color: '#FB93F2'

red 251 ◦ green 147 ◦ blue 242

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

Shades of Pale Magenta #FB93F2

Tints of Pale Magenta #FB93F2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 22.97%

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

R = 39.22%
G = 22.97%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB93F2 (or 0xFB93F2) is known color: Pale Magenta. HEX triplet: FB, 93 and F2. RGB value is (251,147,242). Sum of RGB (Red+Green+Blue) = 251+147+242=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 147 (57.81% from 255 or 22.97% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB93F2 is #046C0D. Grayscale: #BCBCBC. Windows color (decimal): -289806 or 15897595. OLE color: 15897595.

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

Color convert

RGB 251 147 242 -
CMYK 0 0.41 0.04 0.02
HSL 305.19º 0.93% 0.78% -
HSV(B) 305.19º 0.41% 0.98% -
XYZ 66.24 47.79 89.74 -
YUV 188.93 157.96 172.28 -
System Red Green Blue C M Y K H S L
Decimal 251 147 242 0 0.41 0.04 0.02 305.19 0.93 0.78
Hex FB 93 F2 0 29 4 2 131 5D 4E
Octal 373 223 362 0 51 4 2 461 135 116
Binary 11111011 10010011 11110010 0 101001 100 10 100110001 1011101 1001110

Color Harmonies of #FB93F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB93F2

Black with #FB93F2

Text Example


Text Example

White with #FB93F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB93F2; }

 p { color: rgb(251,147,242); }

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

background-color css

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

 a { background-color: rgb(251,147,242); }

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

border-color css

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

 span { border-color: rgb(251,147,242); }

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