Html Css Color HEX #F071DE Pale Magenta

📋 copy color: '#F071DE'

red 240 ◦ green 113 ◦ blue 222

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

Shades of Pale Magenta #F071DE

Tints of Pale Magenta #F071DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.61%

R = 41.74%
G = 19.65%
B = 38.61%

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

#F071DE (or 0xF071DE) is known color: Pale Magenta. HEX triplet: F0, 71 and DE. RGB value is (240,113,222). Sum of RGB (Red+Green+Blue) = 240+113+222=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F071DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071DE is #0F8E21. Grayscale: #A3A3A3. Windows color (decimal): -1019426 or 14578160. OLE color: 14578160.

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

Color convert

RGB 240 113 222 -
CMYK 0 0.53 0.08 0.06
HSL 308.5º 0.81% 0.69% -
HSV(B) 308.5º 0.53% 0.94% -
XYZ 55.03 35.61 73.08 -
YUV 163.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 240 113 222 0 0.53 0.08 0.06 308.5 0.81 0.69
Hex F0 71 DE 0 35 8 6 135 51 45
Octal 360 161 336 0 65 10 6 465 121 105
Binary 11110000 1110001 11011110 0 110101 1000 110 100110101 1010001 1000101

Color Harmonies of #F071DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071DE

Black with #F071DE

Text Example


Text Example

White with #F071DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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