Html Css Color HEX #F276E6 Pale Magenta

📋 copy color: '#F276E6'

red 242 ◦ green 118 ◦ blue 230

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

Shades of Pale Magenta #F276E6

Tints of Pale Magenta #F276E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.98%

R = 41.02%
G = 20%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F276E6 (or 0xF276E6) is known color: Pale Magenta. HEX triplet: F2, 76 and E6. RGB value is (242,118,230). Sum of RGB (Red+Green+Blue) = 242+118+230=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F276E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F276E6 is #0D8919. Grayscale: #A7A7A7. Windows color (decimal): -887066 or 15103730. OLE color: 15103730.

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

Color convert

RGB 242 118 230 -
CMYK 0 0.51 0.05 0.05
HSL 305.81º 0.83% 0.71% -
HSV(B) 305.81º 0.51% 0.95% -
XYZ 57.38 37.55 79.09 -
YUV 167.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 242 118 230 0 0.51 0.05 0.05 305.81 0.83 0.71
Hex F2 76 E6 0 33 5 5 132 53 47
Octal 362 166 346 0 63 5 5 462 123 107
Binary 11110010 1110110 11100110 0 110011 101 101 100110010 1010011 1000111

Color Harmonies of #F276E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276E6

Black with #F276E6

Text Example


Text Example

White with #F276E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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