Html Css Color HEX #F276DA Pale Magenta

📋 copy color: '#F276DA'

red 242 ◦ green 118 ◦ blue 218

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

Shades of Pale Magenta #F276DA

Tints of Pale Magenta #F276DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.42%

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 41.87%
G = 20.42%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F276DA (or 0xF276DA) is known color: Pale Magenta. HEX triplet: F2, 76 and DA. RGB value is (242,118,218). Sum of RGB (Red+Green+Blue) = 242+118+218=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F276DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276DA is #0D8925. Grayscale: #A6A6A6. Windows color (decimal): -887078 or 14317298. OLE color: 14317298.

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

Color convert

RGB 242 118 218 -
CMYK 0 0.51 0.10 0.05
HSL 311.61º 0.83% 0.71% -
HSV(B) 311.61º 0.51% 0.95% -
XYZ 55.75 36.9 70.51 -
YUV 166.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 242 118 218 0 0.51 0.10 0.05 311.61 0.83 0.71
Hex F2 76 DA 0 33 A 5 138 53 47
Octal 362 166 332 0 63 12 5 470 123 107
Binary 11110010 1110110 11011010 0 110011 1010 101 100111000 1010011 1000111

Color Harmonies of #F276DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276DA

Black with #F276DA

Text Example


Text Example

White with #F276DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276DA; }

 p { color: rgb(242,118,218); }

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

background-color css

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

 a { background-color: rgb(242,118,218); }

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

border-color css

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

 span { border-color: rgb(242,118,218); }

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