Html Css Color HEX #F874DF Pale Magenta

📋 copy color: '#F874DF'

red 248 ◦ green 116 ◦ blue 223

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

Shades of Pale Magenta #F874DF

Tints of Pale Magenta #F874DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 42.25%
G = 19.76%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F874DF (or 0xF874DF) is known color: Pale Magenta. HEX triplet: F8, 74 and DF. RGB value is (248,116,223). Sum of RGB (Red+Green+Blue) = 248+116+223=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F874DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874DF is #078B20. Grayscale: #A7A7A7. Windows color (decimal): -494369 or 14644472. OLE color: 14644472.

HSL color Cylindrical-coordinate representation of color #F874DF: hue angle of 311.36º 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 #F874DF is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 116 223 -
CMYK 0 0.53 0.10 0.03
HSL 311.36º 0.9% 0.71% -
HSV(B) 311.36º 0.53% 0.97% -
XYZ 58.28 37.77 74.03 -
YUV 167.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 248 116 223 0 0.53 0.10 0.03 311.36 0.9 0.71
Hex F8 74 DF 0 35 A 3 137 5A 47
Octal 370 164 337 0 65 12 3 467 132 107
Binary 11111000 1110100 11011111 0 110101 1010 11 100110111 1011010 1000111

Color Harmonies of #F874DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F874DF

Black with #F874DF

Text Example


Text Example

White with #F874DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F874DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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