Html Css Color HEX #F291E6 Pale Magenta

📋 copy color: '#F291E6'

red 242 ◦ green 145 ◦ blue 230

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

Shades of Pale Magenta #F291E6

Tints of Pale Magenta #F291E6

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.5%

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

R = 39.22%
G = 23.5%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F291E6 (or 0xF291E6) is known color: Pale Magenta. HEX triplet: F2, 91 and E6. RGB value is (242,145,230). Sum of RGB (Red+Green+Blue) = 242+145+230=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F291E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F291E6 is #0D6E19. Grayscale: #B7B7B7. Windows color (decimal): -880154 or 15110642. OLE color: 15110642.

HSL color Cylindrical-coordinate representation of color #F291E6: hue angle of 307.42º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F291E6 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 145 230 -
CMYK 0 0.40 0.05 0.05
HSL 307.42º 0.79% 0.76% -
HSV(B) 307.42º 0.4% 0.95% -
XYZ 61.03 44.84 80.3 -
YUV 183.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 242 145 230 0 0.40 0.05 0.05 307.42 0.79 0.76
Hex F2 91 E6 0 28 5 5 133 4F 4C
Octal 362 221 346 0 50 5 5 463 117 114
Binary 11110010 10010001 11100110 0 101000 101 101 100110011 1001111 1001100

Color Harmonies of #F291E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F291E6

Black with #F291E6

Text Example


Text Example

White with #F291E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F291E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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