Html Css Color HEX #F074DC Pale Magenta

📋 copy color: '#F074DC'

red 240 ◦ green 116 ◦ blue 220

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

Shades of Pale Magenta #F074DC

Tints of Pale Magenta #F074DC

RGB

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

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

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

R = 41.67%
G = 20.14%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F074DC (or 0xF074DC) is known color: Pale Magenta. HEX triplet: F0, 74 and DC. RGB value is (240,116,220). Sum of RGB (Red+Green+Blue) = 240+116+220=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F074DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074DC is #0F8B23. Grayscale: #A4A4A4. Windows color (decimal): -1018660 or 14447856. OLE color: 14447856.

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

Color convert

RGB 240 116 220 -
CMYK 0 0.52 0.08 0.06
HSL 309.68º 0.81% 0.7% -
HSV(B) 309.68º 0.52% 0.94% -
XYZ 55.1 36.18 71.79 -
YUV 164.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 240 116 220 0 0.52 0.08 0.06 309.68 0.81 0.7
Hex F0 74 DC 0 34 8 6 136 51 46
Octal 360 164 334 0 64 10 6 466 121 106
Binary 11110000 1110100 11011100 0 110100 1000 110 100110110 1010001 1000110

Color Harmonies of #F074DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074DC

Black with #F074DC

Text Example


Text Example

White with #F074DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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