Html Css Color HEX #F785EA Pale Magenta

📋 copy color: '#F785EA'

red 247 ◦ green 133 ◦ blue 234

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

Shades of Pale Magenta #F785EA

Tints of Pale Magenta #F785EA

RGB

 RED value IS 247 (96.88% from 255) = 40.23%

 GREEN value IS 133 (52.34% from 255) = 21.66%

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

R = 40.23%
G = 21.66%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F785EA (or 0xF785EA) is known color: Pale Magenta. HEX triplet: F7, 85 and EA. RGB value is (247,133,234). Sum of RGB (Red+Green+Blue) = 247+133+234=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F785EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F785EA is #087A15. Grayscale: #B2B2B2. Windows color (decimal): -555542 or 15369719. OLE color: 15369719.

HSL color Cylindrical-coordinate representation of color #F785EA: hue angle of 306.84º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F785EA is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 133 234 -
CMYK 0 0.46 0.05 0.03
HSL 306.84º 0.88% 0.75% -
HSV(B) 306.84º 0.46% 0.97% -
XYZ 61.6 42.49 82.8 -
YUV 178.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 247 133 234 0 0.46 0.05 0.03 306.84 0.88 0.75
Hex F7 85 EA 0 2E 5 3 133 58 4B
Octal 367 205 352 0 56 5 3 463 130 113
Binary 11110111 10000101 11101010 0 101110 101 11 100110011 1011000 1001011

Color Harmonies of #F785EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F785EA

Black with #F785EA

Text Example


Text Example

White with #F785EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F785EA; }

 p { color: rgb(247,133,234); }

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

background-color css

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

 a { background-color: rgb(247,133,234); }

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

border-color css

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

 span { border-color: rgb(247,133,234); }

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