Html Css Color HEX #F279DC Pale Magenta

📋 copy color: '#F279DC'

red 242 ◦ green 121 ◦ blue 220

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

Shades of Pale Magenta #F279DC

Tints of Pale Magenta #F279DC

RGB

 RED value IS 242 (94.92% from 255) = 41.51%

 GREEN value IS 121 (47.66% from 255) = 20.75%

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 41.51%
G = 20.75%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F279DC (or 0xF279DC) is known color: Pale Magenta. HEX triplet: F2, 79 and DC. RGB value is (242,121,220). Sum of RGB (Red+Green+Blue) = 242+121+220=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F279DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279DC is #0D8623. Grayscale: #A8A8A8. Windows color (decimal): -886308 or 14449138. OLE color: 14449138.

HSL color Cylindrical-coordinate representation of color #F279DC: hue angle of 310.91º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F279DC is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 220 -
CMYK 0 0.50 0.09 0.05
HSL 310.91º 0.82% 0.71% -
HSV(B) 310.91º 0.5% 0.95% -
XYZ 56.37 37.72 72.02 -
YUV 168.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 242 121 220 0 0.50 0.09 0.05 310.91 0.82 0.71
Hex F2 79 DC 0 32 9 5 137 52 47
Octal 362 171 334 0 62 11 5 467 122 107
Binary 11110010 1111001 11011100 0 110010 1001 101 100110111 1010010 1000111

Color Harmonies of #F279DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279DC

Black with #F279DC

Text Example


Text Example

White with #F279DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279DC; }

 p { color: rgb(242,121,220); }

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

background-color css

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

 a { background-color: rgb(242,121,220); }

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

border-color css

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

 span { border-color: rgb(242,121,220); }

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