Html Css Color HEX #F073DD Pale Magenta

📋 copy color: '#F073DD'

red 240 ◦ green 115 ◦ blue 221

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

Shades of Pale Magenta #F073DD

Tints of Pale Magenta #F073DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.97%

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

R = 41.67%
G = 19.97%
B = 38.37%

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

#F073DD (or 0xF073DD) is known color: Pale Magenta. HEX triplet: F0, 73 and DD. RGB value is (240,115,221). Sum of RGB (Red+Green+Blue) = 240+115+221=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F073DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F073DD is #0F8C22. Grayscale: #A4A4A4. Windows color (decimal): -1018915 or 14513136. OLE color: 14513136.

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

Color convert

RGB 240 115 221 -
CMYK 0 0.52 0.08 0.06
HSL 309.12º 0.81% 0.7% -
HSV(B) 309.12º 0.52% 0.94% -
XYZ 55.12 36.01 72.45 -
YUV 164.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 240 115 221 0 0.52 0.08 0.06 309.12 0.81 0.7
Hex F0 73 DD 0 34 8 6 135 51 46
Octal 360 163 335 0 64 10 6 465 121 106
Binary 11110000 1110011 11011101 0 110100 1000 110 100110101 1010001 1000110

Color Harmonies of #F073DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F073DD

Black with #F073DD

Text Example


Text Example

White with #F073DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F073DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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