Html Css Color HEX #FD7CF0 Pale Magenta

📋 copy color: '#FD7CF0'

red 253 ◦ green 124 ◦ blue 240

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

Shades of Pale Magenta #FD7CF0

Tints of Pale Magenta #FD7CF0

RGB

 RED value IS 253 (99.22% from 255) = 41%

 GREEN value IS 124 (48.83% from 255) = 20.1%

 BLUE value IS 240 (94.14% from 255) = 38.9%

R = 41%
G = 20.1%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD7CF0 (or 0xFD7CF0) is known color: Pale Magenta. HEX triplet: FD, 7C and F0. RGB value is (253,124,240). Sum of RGB (Red+Green+Blue) = 253+124+240=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 124 (48.83% from 255 or 20.10% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CF0 is #02830F. Grayscale: #AFAFAF. Windows color (decimal): -164624 or 15760637. OLE color: 15760637.

HSL color Cylindrical-coordinate representation of color #FD7CF0: hue angle of 306.05º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7CF0 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 124 240 -
CMYK 0 0.51 0.05 0.01
HSL 306.05º 0.97% 0.74% -
HSV(B) 306.05º 0.51% 0.99% -
XYZ 63.44 41.59 87.12 -
YUV 175.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 253 124 240 0 0.51 0.05 0.01 306.05 0.97 0.74
Hex FD 7C F0 0 33 5 1 132 61 4A
Octal 375 174 360 0 63 5 1 462 141 112
Binary 11111101 1111100 11110000 0 110011 101 1 100110010 1100001 1001010

Color Harmonies of #FD7CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7CF0

Black with #FD7CF0

Text Example


Text Example

White with #FD7CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7CF0; }

 p { color: rgb(253,124,240); }

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

background-color css

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

 a { background-color: rgb(253,124,240); }

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

border-color css

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

 span { border-color: rgb(253,124,240); }

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