Html Css Color HEX #F874DD Pale Magenta

📋 copy color: '#F874DD'

red 248 ◦ green 116 ◦ blue 221

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

Shades of Pale Magenta #F874DD

Tints of Pale Magenta #F874DD

RGB

 RED value IS 248 (97.27% from 255) = 42.39%

 GREEN value IS 116 (45.7% from 255) = 19.83%

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 42.39%
G = 19.83%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F874DD (or 0xF874DD) is known color: Pale Magenta. HEX triplet: F8, 74 and DD. RGB value is (248,116,221). Sum of RGB (Red+Green+Blue) = 248+116+221=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F874DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874DD is #078B22. Grayscale: #A7A7A7. Windows color (decimal): -494371 or 14513400. OLE color: 14513400.

HSL color Cylindrical-coordinate representation of color #F874DD: hue angle of 312.27º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F874DD is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 116 221 -
CMYK 0 0.53 0.11 0.03
HSL 312.27º 0.9% 0.71% -
HSV(B) 312.27º 0.53% 0.97% -
XYZ 58.01 37.67 72.62 -
YUV 167.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 248 116 221 0 0.53 0.11 0.03 312.27 0.9 0.71
Hex F8 74 DD 0 35 B 3 138 5A 47
Octal 370 164 335 0 65 13 3 470 132 107
Binary 11111000 1110100 11011101 0 110101 1011 11 100111000 1011010 1000111

Color Harmonies of #F874DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874DD

Black with #F874DD

Text Example


Text Example

White with #F874DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874DD; }

 p { color: rgb(248,116,221); }

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

background-color css

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

 a { background-color: rgb(248,116,221); }

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

border-color css

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

 span { border-color: rgb(248,116,221); }

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