Html Css Color HEX #F483EA Pale Magenta

📋 copy color: '#F483EA'

red 244 ◦ green 131 ◦ blue 234

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

Shades of Pale Magenta #F483EA

Tints of Pale Magenta #F483EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.42%

R = 40.07%
G = 21.51%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F483EA (or 0xF483EA) is known color: Pale Magenta. HEX triplet: F4, 83 and EA. RGB value is (244,131,234). Sum of RGB (Red+Green+Blue) = 244+131+234=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 131 (51.56% from 255 or 21.51% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F483EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F483EA is #0B7C15. Grayscale: #B0B0B0. Windows color (decimal): -752662 or 15369204. OLE color: 15369204.

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

Color convert

RGB 244 131 234 -
CMYK 0 0.46 0.04 0.04
HSL 305.31º 0.84% 0.74% -
HSV(B) 305.31º 0.46% 0.96% -
XYZ 60.28 41.41 82.66 -
YUV 176.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 244 131 234 0 0.46 0.04 0.04 305.31 0.84 0.74
Hex F4 83 EA 0 2E 4 4 131 54 4A
Octal 364 203 352 0 56 4 4 461 124 112
Binary 11110100 10000011 11101010 0 101110 100 100 100110001 1010100 1001010

Color Harmonies of #F483EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F483EA

Black with #F483EA

Text Example


Text Example

White with #F483EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F483EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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