Html Css Color HEX #F48CE0 Pale Magenta

📋 copy color: '#F48CE0'

red 244 ◦ green 140 ◦ blue 224

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

Shades of Pale Magenta #F48CE0

Tints of Pale Magenta #F48CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.03%

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

R = 40.13%
G = 23.03%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F48CE0 (or 0xF48CE0) is known color: Pale Magenta. HEX triplet: F4, 8C and E0. RGB value is (244,140,224). Sum of RGB (Red+Green+Blue) = 244+140+224=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F48CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48CE0 is #0B731F. Grayscale: #B4B4B4. Windows color (decimal): -750368 or 14716148. OLE color: 14716148.

HSL color Cylindrical-coordinate representation of color #F48CE0: hue angle of 311.54º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F48CE0 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 140 224 -
CMYK 0 0.43 0.08 0.04
HSL 311.54º 0.83% 0.75% -
HSV(B) 311.54º 0.43% 0.96% -
XYZ 60.14 43.37 75.72 -
YUV 180.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 244 140 224 0 0.43 0.08 0.04 311.54 0.83 0.75
Hex F4 8C E0 0 2B 8 4 138 53 4B
Octal 364 214 340 0 53 10 4 470 123 113
Binary 11110100 10001100 11100000 0 101011 1000 100 100111000 1010011 1001011

Color Harmonies of #F48CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48CE0

Black with #F48CE0

Text Example


Text Example

White with #F48CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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