Html Css Color HEX #FB74DA Pale Magenta

📋 copy color: '#FB74DA'

red 251 ◦ green 116 ◦ blue 218

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

Shades of Pale Magenta #FB74DA

Tints of Pale Magenta #FB74DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 42.91%
G = 19.83%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB74DA (or 0xFB74DA) is known color: Pale Magenta. HEX triplet: FB, 74 and DA. RGB value is (251,116,218). Sum of RGB (Red+Green+Blue) = 251+116+218=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB74DA is #048B25. Grayscale: #A7A7A7. Windows color (decimal): -297766 or 14316795. OLE color: 14316795.

HSL color Cylindrical-coordinate representation of color #FB74DA: hue angle of 314.67º 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 #FB74DA is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 116 218 -
CMYK 0 0.54 0.13 0.02
HSL 314.67º 0.94% 0.72% -
HSV(B) 314.67º 0.54% 0.98% -
XYZ 58.68 38.06 70.58 -
YUV 167.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 251 116 218 0 0.54 0.13 0.02 314.67 0.94 0.72
Hex FB 74 DA 0 36 D 2 13B 5E 48
Octal 373 164 332 0 66 15 2 473 136 110
Binary 11111011 1110100 11011010 0 110110 1101 10 100111011 1011110 1001000

Color Harmonies of #FB74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB74DA

Black with #FB74DA

Text Example


Text Example

White with #FB74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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