Html Css Color HEX #F075DC Pale Magenta

📋 copy color: '#F075DC'

red 240 ◦ green 117 ◦ blue 220

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

Shades of Pale Magenta #F075DC

Tints of Pale Magenta #F075DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.28%

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

R = 41.59%
G = 20.28%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F075DC (or 0xF075DC) is known color: Pale Magenta. HEX triplet: F0, 75 and DC. RGB value is (240,117,220). Sum of RGB (Red+Green+Blue) = 240+117+220=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F075DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075DC is #0F8A23. Grayscale: #A5A5A5. Windows color (decimal): -1018404 or 14448112. OLE color: 14448112.

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

Color convert

RGB 240 117 220 -
CMYK 0 0.51 0.08 0.06
HSL 309.76º 0.8% 0.7% -
HSV(B) 309.76º 0.51% 0.94% -
XYZ 55.21 36.42 71.83 -
YUV 165.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 240 117 220 0 0.51 0.08 0.06 309.76 0.8 0.7
Hex F0 75 DC 0 33 8 6 136 50 46
Octal 360 165 334 0 63 10 6 466 120 106
Binary 11110000 1110101 11011100 0 110011 1000 110 100110110 1010000 1000110

Color Harmonies of #F075DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075DC

Black with #F075DC

Text Example


Text Example

White with #F075DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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