Html Css Color HEX #F485DD Pale Magenta

📋 copy color: '#F485DD'

red 244 ◦ green 133 ◦ blue 221

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

Shades of Pale Magenta #F485DD

Tints of Pale Magenta #F485DD

RGB

 RED value IS 244 (95.7% from 255) = 40.8%

 GREEN value IS 133 (52.34% from 255) = 22.24%

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

R = 40.8%
G = 22.24%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F485DD (or 0xF485DD) is known color: Pale Magenta. HEX triplet: F4, 85 and DD. RGB value is (244,133,221). Sum of RGB (Red+Green+Blue) = 244+133+221=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F485DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F485DD is #0B7A22. Grayscale: #AFAFAF. Windows color (decimal): -752163 or 14517748. OLE color: 14517748.

HSL color Cylindrical-coordinate representation of color #F485DD: hue angle of 312.43º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F485DD is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 133 221 -
CMYK 0 0.45 0.09 0.04
HSL 312.43º 0.83% 0.74% -
HSV(B) 312.43º 0.45% 0.96% -
XYZ 58.75 41.23 73.27 -
YUV 176.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 244 133 221 0 0.45 0.09 0.04 312.43 0.83 0.74
Hex F4 85 DD 0 2D 9 4 138 53 4A
Octal 364 205 335 0 55 11 4 470 123 112
Binary 11110100 10000101 11011101 0 101101 1001 100 100111000 1010011 1001010

Color Harmonies of #F485DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F485DD

Black with #F485DD

Text Example


Text Example

White with #F485DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F485DD; }

 p { color: rgb(244,133,221); }

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

background-color css

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

 a { background-color: rgb(244,133,221); }

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

border-color css

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

 span { border-color: rgb(244,133,221); }

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