Html Css Color HEX #F279DF Pale Magenta

📋 copy color: '#F279DF'

red 242 ◦ green 121 ◦ blue 223

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

Shades of Pale Magenta #F279DF

Tints of Pale Magenta #F279DF

RGB

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

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

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

R = 41.3%
G = 20.65%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F279DF (or 0xF279DF) is known color: Pale Magenta. HEX triplet: F2, 79 and DF. RGB value is (242,121,223). Sum of RGB (Red+Green+Blue) = 242+121+223=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 121 (47.66% from 255 or 20.65% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F279DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279DF is #0D8620. Grayscale: #A8A8A8. Windows color (decimal): -886305 or 14645746. OLE color: 14645746.

HSL color Cylindrical-coordinate representation of color #F279DF: hue angle of 309.42º 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 #F279DF is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 223 -
CMYK 0 0.50 0.08 0.05
HSL 309.42º 0.82% 0.71% -
HSV(B) 309.42º 0.5% 0.95% -
XYZ 56.77 37.88 74.13 -
YUV 168.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 242 121 223 0 0.50 0.08 0.05 309.42 0.82 0.71
Hex F2 79 DF 0 32 8 5 135 52 47
Octal 362 171 337 0 62 10 5 465 122 107
Binary 11110010 1111001 11011111 0 110010 1000 101 100110101 1010010 1000111

Color Harmonies of #F279DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279DF

Black with #F279DF

Text Example


Text Example

White with #F279DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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