Html Css Color HEX #F483DA Pale Magenta

📋 copy color: '#F483DA'

red 244 ◦ green 131 ◦ blue 218

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

Shades of Pale Magenta #F483DA

Tints of Pale Magenta #F483DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 41.15%
G = 22.09%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F483DA (or 0xF483DA) is known color: Pale Magenta. HEX triplet: F4, 83 and DA. RGB value is (244,131,218). Sum of RGB (Red+Green+Blue) = 244+131+218=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 131 (51.56% from 255 or 22.09% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F483DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483DA is #0B7C25. Grayscale: #AEAEAE. Windows color (decimal): -752678 or 14320628. OLE color: 14320628.

HSL color Cylindrical-coordinate representation of color #F483DA: hue angle of 313.81º 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 #F483DA is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 131 218 -
CMYK 0 0.46 0.11 0.04
HSL 313.81º 0.84% 0.74% -
HSV(B) 313.81º 0.46% 0.96% -
XYZ 58.08 40.53 71.09 -
YUV 174.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 244 131 218 0 0.46 0.11 0.04 313.81 0.84 0.74
Hex F4 83 DA 0 2E B 4 13A 54 4A
Octal 364 203 332 0 56 13 4 472 124 112
Binary 11110100 10000011 11011010 0 101110 1011 100 100111010 1010100 1001010

Color Harmonies of #F483DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483DA

Black with #F483DA

Text Example


Text Example

White with #F483DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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