Html Css Color HEX #F294EA Pale Magenta

📋 copy color: '#F294EA'

red 242 ◦ green 148 ◦ blue 234

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

Shades of Pale Magenta #F294EA

Tints of Pale Magenta #F294EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.72%

 BLUE value IS 234 (91.8% from 255) = 37.5%

R = 38.78%
G = 23.72%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F294EA (or 0xF294EA) is known color: Pale Magenta. HEX triplet: F2, 94 and EA. RGB value is (242,148,234). Sum of RGB (Red+Green+Blue) = 242+148+234=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F294EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F294EA is #0D6B15. Grayscale: #B9B9B9. Windows color (decimal): -879382 or 15373554. OLE color: 15373554.

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

Color convert

RGB 242 148 234 -
CMYK 0 0.39 0.03 0.05
HSL 305.11º 0.78% 0.76% -
HSV(B) 305.11º 0.39% 0.95% -
XYZ 62.06 46 83.45 -
YUV 185.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 242 148 234 0 0.39 0.03 0.05 305.11 0.78 0.76
Hex F2 94 EA 0 27 3 5 131 4E 4C
Octal 362 224 352 0 47 3 5 461 116 114
Binary 11110010 10010100 11101010 0 100111 11 101 100110001 1001110 1001100

Color Harmonies of #F294EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F294EA

Black with #F294EA

Text Example


Text Example

White with #F294EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F294EA; }

 p { color: rgb(242,148,234); }

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

background-color css

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

 a { background-color: rgb(242,148,234); }

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

border-color css

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

 span { border-color: rgb(242,148,234); }

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