Html Css Color HEX #F075DD Pale Magenta

📋 copy color: '#F075DD'

red 240 ◦ green 117 ◦ blue 221

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

Shades of Pale Magenta #F075DD

Tints of Pale Magenta #F075DD

RGB

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

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

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

R = 41.52%
G = 20.24%
B = 38.24%

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

#F075DD (or 0xF075DD) is known color: Pale Magenta. HEX triplet: F0, 75 and DD. RGB value is (240,117,221). Sum of RGB (Red+Green+Blue) = 240+117+221=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F075DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075DD is #0F8A22. Grayscale: #A5A5A5. Windows color (decimal): -1018403 or 14513648. OLE color: 14513648.

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

Color convert

RGB 240 117 221 -
CMYK 0 0.51 0.08 0.06
HSL 309.27º 0.8% 0.7% -
HSV(B) 309.27º 0.51% 0.94% -
XYZ 55.35 36.47 72.53 -
YUV 165.63 159.25 181.04 -
System Red Green Blue C M Y K H S L
Decimal 240 117 221 0 0.51 0.08 0.06 309.27 0.8 0.7
Hex F0 75 DD 0 33 8 6 135 50 46
Octal 360 165 335 0 63 10 6 465 120 106
Binary 11110000 1110101 11011101 0 110011 1000 110 100110101 1010000 1000110

Color Harmonies of #F075DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075DD

Black with #F075DD

Text Example


Text Example

White with #F075DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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