Html Css Color HEX #FB74DC Pale Magenta

📋 copy color: '#FB74DC'

red 251 ◦ green 116 ◦ blue 220

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

Shades of Pale Magenta #FB74DC

Tints of Pale Magenta #FB74DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.76%

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 42.76%
G = 19.76%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB74DC (or 0xFB74DC) is known color: Pale Magenta. HEX triplet: FB, 74 and DC. RGB value is (251,116,220). Sum of RGB (Red+Green+Blue) = 251+116+220=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74DC is #048B23. Grayscale: #A7A7A7. Windows color (decimal): -297764 or 14447867. OLE color: 14447867.

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

Color convert

RGB 251 116 220 -
CMYK 0 0.54 0.12 0.02
HSL 313.78º 0.94% 0.72% -
HSV(B) 313.78º 0.54% 0.98% -
XYZ 58.95 38.17 71.97 -
YUV 168.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 251 116 220 0 0.54 0.12 0.02 313.78 0.94 0.72
Hex FB 74 DC 0 36 C 2 13A 5E 48
Octal 373 164 334 0 66 14 2 472 136 110
Binary 11111011 1110100 11011100 0 110110 1100 10 100111010 1011110 1001000

Color Harmonies of #FB74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB74DC

Black with #FB74DC

Text Example


Text Example

White with #FB74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB74DC; }

 p { color: rgb(251,116,220); }

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

background-color css

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

 a { background-color: rgb(251,116,220); }

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

border-color css

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

 span { border-color: rgb(251,116,220); }

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