Html Css Color HEX #F48FE0 Pale Magenta

📋 copy color: '#F48FE0'

red 244 ◦ green 143 ◦ blue 224

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

Shades of Pale Magenta #F48FE0

Tints of Pale Magenta #F48FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.4%

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

R = 39.93%
G = 23.4%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F48FE0 (or 0xF48FE0) is known color: Pale Magenta. HEX triplet: F4, 8F and E0. RGB value is (244,143,224). Sum of RGB (Red+Green+Blue) = 244+143+224=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F48FE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48FE0 is #0B701F. Grayscale: #B6B6B6. Windows color (decimal): -749600 or 14716916. OLE color: 14716916.

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

Color convert

RGB 244 143 224 -
CMYK 0 0.41 0.08 0.04
HSL 311.88º 0.82% 0.76% -
HSV(B) 311.88º 0.41% 0.96% -
XYZ 60.59 44.26 75.87 -
YUV 182.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 244 143 224 0 0.41 0.08 0.04 311.88 0.82 0.76
Hex F4 8F E0 0 29 8 4 138 52 4C
Octal 364 217 340 0 51 10 4 470 122 114
Binary 11110100 10001111 11100000 0 101001 1000 100 100111000 1010010 1001100

Color Harmonies of #F48FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48FE0

Black with #F48FE0

Text Example


Text Example

White with #F48FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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