Html Css Color HEX #F185DE Pale Magenta

📋 copy color: '#F185DE'

red 241 ◦ green 133 ◦ blue 222

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

Shades of Pale Magenta #F185DE

Tints of Pale Magenta #F185DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 40.44%
G = 22.32%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F185DE (or 0xF185DE) is known color: Pale Magenta. HEX triplet: F1, 85 and DE. RGB value is (241,133,222). Sum of RGB (Red+Green+Blue) = 241+133+222=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F185DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185DE is #0E7A21. Grayscale: #AFAFAF. Windows color (decimal): -948770 or 14583281. OLE color: 14583281.

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

Color convert

RGB 241 133 222 -
CMYK 0 0.45 0.08 0.05
HSL 310.56º 0.79% 0.73% -
HSV(B) 310.56º 0.45% 0.95% -
XYZ 57.85 40.75 73.92 -
YUV 175.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 241 133 222 0 0.45 0.08 0.05 310.56 0.79 0.73
Hex F1 85 DE 0 2D 8 5 137 4F 49
Octal 361 205 336 0 55 10 5 467 117 111
Binary 11110001 10000101 11011110 0 101101 1000 101 100110111 1001111 1001001

Color Harmonies of #F185DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185DE

Black with #F185DE

Text Example


Text Example

White with #F185DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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