Html Css Color HEX #F071DD Pale Magenta

📋 copy color: '#F071DD'

red 240 ◦ green 113 ◦ blue 221

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

Shades of Pale Magenta #F071DD

Tints of Pale Magenta #F071DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.69%

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

R = 41.81%
G = 19.69%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F071DD (or 0xF071DD) is known color: Pale Magenta. HEX triplet: F0, 71 and DD. RGB value is (240,113,221). Sum of RGB (Red+Green+Blue) = 240+113+221=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F071DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071DD is #0F8E22. Grayscale: #A2A2A2. Windows color (decimal): -1019427 or 14512624. OLE color: 14512624.

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

Color convert

RGB 240 113 221 -
CMYK 0 0.53 0.08 0.06
HSL 308.98º 0.81% 0.69% -
HSV(B) 308.98º 0.53% 0.94% -
XYZ 54.89 35.56 72.38 -
YUV 163.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 240 113 221 0 0.53 0.08 0.06 308.98 0.81 0.69
Hex F0 71 DD 0 35 8 6 135 51 45
Octal 360 161 335 0 65 10 6 465 121 105
Binary 11110000 1110001 11011101 0 110101 1000 110 100110101 1010001 1000101

Color Harmonies of #F071DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071DD

Black with #F071DD

Text Example


Text Example

White with #F071DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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