Html Css Color HEX #F483DE Pale Magenta

📋 copy color: '#F483DE'

red 244 ◦ green 131 ◦ blue 222

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

Shades of Pale Magenta #F483DE

Tints of Pale Magenta #F483DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 40.87%
G = 21.94%
B = 37.19%

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

#F483DE (or 0xF483DE) is known color: Pale Magenta. HEX triplet: F4, 83 and DE. RGB value is (244,131,222). Sum of RGB (Red+Green+Blue) = 244+131+222=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 131 (51.56% from 255 or 21.94% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F483DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483DE is #0B7C21. Grayscale: #AEAEAE. Windows color (decimal): -752674 or 14582772. OLE color: 14582772.

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

Color convert

RGB 244 131 222 -
CMYK 0 0.46 0.09 0.04
HSL 311.68º 0.84% 0.74% -
HSV(B) 311.68º 0.46% 0.96% -
XYZ 58.61 40.74 73.88 -
YUV 175.16 154.44 177.1 -
System Red Green Blue C M Y K H S L
Decimal 244 131 222 0 0.46 0.09 0.04 311.68 0.84 0.74
Hex F4 83 DE 0 2E 9 4 138 54 4A
Octal 364 203 336 0 56 11 4 470 124 112
Binary 11110100 10000011 11011110 0 101110 1001 100 100111000 1010100 1001010

Color Harmonies of #F483DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483DE

Black with #F483DE

Text Example


Text Example

White with #F483DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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