Html Css Color HEX #F07CDC Pale Magenta

📋 copy color: '#F07CDC'

red 240 ◦ green 124 ◦ blue 220

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

Shades of Pale Magenta #F07CDC

Tints of Pale Magenta #F07CDC

RGB

 RED value IS 240 (94.14% from 255) = 41.1%

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

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

R = 41.1%
G = 21.23%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F07CDC (or 0xF07CDC) is known color: Pale Magenta. HEX triplet: F0, 7C and DC. RGB value is (240,124,220). Sum of RGB (Red+Green+Blue) = 240+124+220=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CDC is #0F8323. Grayscale: #A9A9A9. Windows color (decimal): -1016612 or 14449904. OLE color: 14449904.

HSL color Cylindrical-coordinate representation of color #F07CDC: hue angle of 310.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CDC is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 124 220 -
CMYK 0 0.48 0.08 0.06
HSL 310.34º 0.79% 0.71% -
HSV(B) 310.34º 0.48% 0.94% -
XYZ 56.06 38.11 72.11 -
YUV 169.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 240 124 220 0 0.48 0.08 0.06 310.34 0.79 0.71
Hex F0 7C DC 0 30 8 6 136 4F 47
Octal 360 174 334 0 60 10 6 466 117 107
Binary 11110000 1111100 11011100 0 110000 1000 110 100110110 1001111 1000111

Color Harmonies of #F07CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CDC

Black with #F07CDC

Text Example


Text Example

White with #F07CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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