Html Css Color HEX #F483E0 Pale Magenta

📋 copy color: '#F483E0'

red 244 ◦ green 131 ◦ blue 224

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

Shades of Pale Magenta #F483E0

Tints of Pale Magenta #F483E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.4%

R = 40.73%
G = 21.87%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F483E0 (or 0xF483E0) is known color: Pale Magenta. HEX triplet: F4, 83 and E0. RGB value is (244,131,224). Sum of RGB (Red+Green+Blue) = 244+131+224=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 131 (51.56% from 255 or 21.87% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F483E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483E0 is #0B7C1F. Grayscale: #AFAFAF. Windows color (decimal): -752672 or 14713844. OLE color: 14713844.

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

Color convert

RGB 244 131 224 -
CMYK 0 0.46 0.08 0.04
HSL 310.62º 0.84% 0.74% -
HSV(B) 310.62º 0.46% 0.96% -
XYZ 58.88 40.85 75.3 -
YUV 175.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 244 131 224 0 0.46 0.08 0.04 310.62 0.84 0.74
Hex F4 83 E0 0 2E 8 4 137 54 4A
Octal 364 203 340 0 56 10 4 467 124 112
Binary 11110100 10000011 11100000 0 101110 1000 100 100110111 1010100 1001010

Color Harmonies of #F483E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483E0

Black with #F483E0

Text Example


Text Example

White with #F483E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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