Html Css Color HEX #F185E5 Pale Magenta

📋 copy color: '#F185E5'

red 241 ◦ green 133 ◦ blue 229

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

Shades of Pale Magenta #F185E5

Tints of Pale Magenta #F185E5

RGB

 RED value IS 241 (94.53% from 255) = 39.97%

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

 BLUE value IS 229 (89.84% from 255) = 37.98%

R = 39.97%
G = 22.06%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F185E5 (or 0xF185E5) is known color: Pale Magenta. HEX triplet: F1, 85 and E5. RGB value is (241,133,229). Sum of RGB (Red+Green+Blue) = 241+133+229=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F185E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185E5 is #0E7A1A. Grayscale: #AFAFAF. Windows color (decimal): -948763 or 15042033. OLE color: 15042033.

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

Color convert

RGB 241 133 229 -
CMYK 0 0.45 0.05 0.05
HSL 306.67º 0.79% 0.73% -
HSV(B) 306.67º 0.45% 0.95% -
XYZ 58.81 41.13 78.97 -
YUV 176.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 241 133 229 0 0.45 0.05 0.05 306.67 0.79 0.73
Hex F1 85 E5 0 2D 5 5 133 4F 49
Octal 361 205 345 0 55 5 5 463 117 111
Binary 11110001 10000101 11100101 0 101101 101 101 100110011 1001111 1001001

Color Harmonies of #F185E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185E5

Black with #F185E5

Text Example


Text Example

White with #F185E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185E5; }

 p { color: rgb(241,133,229); }

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

background-color css

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

 a { background-color: rgb(241,133,229); }

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

border-color css

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

 span { border-color: rgb(241,133,229); }

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