Html Css Color HEX #F285DC Pale Magenta

📋 copy color: '#F285DC'

red 242 ◦ green 133 ◦ blue 220

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

Shades of Pale Magenta #F285DC

Tints of Pale Magenta #F285DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 40.67%
G = 22.35%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F285DC (or 0xF285DC) is known color: Pale Magenta. HEX triplet: F2, 85 and DC. RGB value is (242,133,220). Sum of RGB (Red+Green+Blue) = 242+133+220=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F285DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285DC is #0D7A23. Grayscale: #AFAFAF. Windows color (decimal): -883236 or 14452210. OLE color: 14452210.

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

Color convert

RGB 242 133 220 -
CMYK 0 0.45 0.09 0.05
HSL 312.11º 0.81% 0.74% -
HSV(B) 312.11º 0.45% 0.95% -
XYZ 57.92 40.82 72.54 -
YUV 175.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 242 133 220 0 0.45 0.09 0.05 312.11 0.81 0.74
Hex F2 85 DC 0 2D 9 5 138 51 4A
Octal 362 205 334 0 55 11 5 470 121 112
Binary 11110010 10000101 11011100 0 101101 1001 101 100111000 1010001 1001010

Color Harmonies of #F285DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F285DC

Black with #F285DC

Text Example


Text Example

White with #F285DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F285DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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