Html Css Color HEX #FA85D4 Pale Magenta

📋 copy color: '#FA85D4'

red 250 ◦ green 133 ◦ blue 212

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

Shades of Pale Magenta #FA85D4

Tints of Pale Magenta #FA85D4

RGB

 RED value IS 250 (98.05% from 255) = 42.02%

 GREEN value IS 133 (52.34% from 255) = 22.35%

 BLUE value IS 212 (83.2% from 255) = 35.63%

R = 42.02%
G = 22.35%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA85D4 (or 0xFA85D4) is known color: Pale Magenta. HEX triplet: FA, 85 and D4. RGB value is (250,133,212). Sum of RGB (Red+Green+Blue) = 250+133+212=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85D4 is #057A2B. Grayscale: #B0B0B0. Windows color (decimal): -358956 or 13927930. OLE color: 13927930.

HSL color Cylindrical-coordinate representation of color #FA85D4: hue angle of 319.49º degrees, saturation: 0.92, 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 #FA85D4 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 133 212 -
CMYK 0 0.47 0.15 0.02
HSL 319.49º 0.92% 0.75% -
HSV(B) 319.49º 0.47% 0.98% -
XYZ 59.7 41.85 67.22 -
YUV 176.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 250 133 212 0 0.47 0.15 0.02 319.49 0.92 0.75
Hex FA 85 D4 0 2F F 2 13F 5C 4B
Octal 372 205 324 0 57 17 2 477 134 113
Binary 11111010 10000101 11010100 0 101111 1111 10 100111111 1011100 1001011

Color Harmonies of #FA85D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85D4

Black with #FA85D4

Text Example


Text Example

White with #FA85D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85D4; }

 p { color: rgb(250,133,212); }

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

background-color css

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

 a { background-color: rgb(250,133,212); }

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

border-color css

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

 span { border-color: rgb(250,133,212); }

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