Html Css Color HEX #F483DD Pale Magenta

📋 copy color: '#F483DD'

red 244 ◦ green 131 ◦ blue 221

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

Shades of Pale Magenta #F483DD

Tints of Pale Magenta #F483DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.98%

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

R = 40.94%
G = 21.98%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F483DD (or 0xF483DD) is known color: Pale Magenta. HEX triplet: F4, 83 and DD. RGB value is (244,131,221). Sum of RGB (Red+Green+Blue) = 244+131+221=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 131 (51.56% from 255 or 21.98% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F483DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483DD is #0B7C22. Grayscale: #AEAEAE. Windows color (decimal): -752675 or 14517236. OLE color: 14517236.

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

Color convert

RGB 244 131 221 -
CMYK 0 0.46 0.09 0.04
HSL 312.21º 0.84% 0.74% -
HSV(B) 312.21º 0.46% 0.96% -
XYZ 58.48 40.69 73.18 -
YUV 175.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 244 131 221 0 0.46 0.09 0.04 312.21 0.84 0.74
Hex F4 83 DD 0 2E 9 4 138 54 4A
Octal 364 203 335 0 56 11 4 470 124 112
Binary 11110100 10000011 11011101 0 101110 1001 100 100111000 1010100 1001010

Color Harmonies of #F483DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483DD

Black with #F483DD

Text Example


Text Example

White with #F483DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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