Html Css Color HEX #F285DF Pale Magenta

📋 copy color: '#F285DF'

red 242 ◦ green 133 ◦ blue 223

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

Shades of Pale Magenta #F285DF

Tints of Pale Magenta #F285DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 40.47%
G = 22.24%
B = 37.29%

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

#F285DF (or 0xF285DF) is known color: Pale Magenta. HEX triplet: F2, 85 and DF. RGB value is (242,133,223). Sum of RGB (Red+Green+Blue) = 242+133+223=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F285DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285DF is #0D7A20. Grayscale: #AFAFAF. Windows color (decimal): -883233 or 14648818. OLE color: 14648818.

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

Color convert

RGB 242 133 223 -
CMYK 0 0.45 0.08 0.05
HSL 310.46º 0.81% 0.74% -
HSV(B) 310.46º 0.45% 0.95% -
XYZ 58.32 40.98 74.65 -
YUV 175.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 242 133 223 0 0.45 0.08 0.05 310.46 0.81 0.74
Hex F2 85 DF 0 2D 8 5 136 51 4A
Octal 362 205 337 0 55 10 5 466 121 112
Binary 11110010 10000101 11011111 0 101101 1000 101 100110110 1010001 1001010

Color Harmonies of #F285DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F285DF

Black with #F285DF

Text Example


Text Example

White with #F285DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F285DF; }

 p { color: rgb(242,133,223); }

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

background-color css

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

 a { background-color: rgb(242,133,223); }

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

border-color css

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

 span { border-color: rgb(242,133,223); }

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