Html Css Color HEX #F277DC Pale Magenta

📋 copy color: '#F277DC'

red 242 ◦ green 119 ◦ blue 220

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

Shades of Pale Magenta #F277DC

Tints of Pale Magenta #F277DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.48%

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

R = 41.65%
G = 20.48%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F277DC (or 0xF277DC) is known color: Pale Magenta. HEX triplet: F2, 77 and DC. RGB value is (242,119,220). Sum of RGB (Red+Green+Blue) = 242+119+220=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F277DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F277DC is #0D8823. Grayscale: #A7A7A7. Windows color (decimal): -886820 or 14448626. OLE color: 14448626.

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

Color convert

RGB 242 119 220 -
CMYK 0 0.51 0.09 0.05
HSL 310.73º 0.83% 0.71% -
HSV(B) 310.73º 0.51% 0.95% -
XYZ 56.13 37.24 71.94 -
YUV 167.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 242 119 220 0 0.51 0.09 0.05 310.73 0.83 0.71
Hex F2 77 DC 0 33 9 5 137 53 47
Octal 362 167 334 0 63 11 5 467 123 107
Binary 11110010 1110111 11011100 0 110011 1001 101 100110111 1010011 1000111

Color Harmonies of #F277DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F277DC

Black with #F277DC

Text Example


Text Example

White with #F277DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F277DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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