Html Css Color HEX #F074DD Pale Magenta

📋 copy color: '#F074DD'

red 240 ◦ green 116 ◦ blue 221

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

Shades of Pale Magenta #F074DD

Tints of Pale Magenta #F074DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 41.59%
G = 20.1%
B = 38.3%

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

#F074DD (or 0xF074DD) is known color: Pale Magenta. HEX triplet: F0, 74 and DD. RGB value is (240,116,221). Sum of RGB (Red+Green+Blue) = 240+116+221=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F074DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F074DD is #0F8B22. Grayscale: #A4A4A4. Windows color (decimal): -1018659 or 14513392. OLE color: 14513392.

HSL color Cylindrical-coordinate representation of color #F074DD: hue angle of 309.19º 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 #F074DD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 221 -
CMYK 0 0.52 0.08 0.06
HSL 309.19º 0.81% 0.7% -
HSV(B) 309.19º 0.52% 0.94% -
XYZ 55.23 36.24 72.49 -
YUV 165.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 240 116 221 0 0.52 0.08 0.06 309.19 0.81 0.7
Hex F0 74 DD 0 34 8 6 135 51 46
Octal 360 164 335 0 64 10 6 465 121 106
Binary 11110000 1110100 11011101 0 110100 1000 110 100110101 1010001 1000110

Color Harmonies of #F074DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074DD

Black with #F074DD

Text Example


Text Example

White with #F074DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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