Html Css Color HEX #F285DA Pale Magenta

📋 copy color: '#F285DA'

red 242 ◦ green 133 ◦ blue 218

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

Shades of Pale Magenta #F285DA

Tints of Pale Magenta #F285DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 40.81%
G = 22.43%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F285DA (or 0xF285DA) is known color: Pale Magenta. HEX triplet: F2, 85 and DA. RGB value is (242,133,218). Sum of RGB (Red+Green+Blue) = 242+133+218=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F285DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285DA is #0D7A25. Grayscale: #AFAFAF. Windows color (decimal): -883238 or 14321138. OLE color: 14321138.

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

Color convert

RGB 242 133 218 -
CMYK 0 0.45 0.10 0.05
HSL 313.21º 0.81% 0.74% -
HSV(B) 313.21º 0.45% 0.95% -
XYZ 57.66 40.71 71.15 -
YUV 175.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 242 133 218 0 0.45 0.10 0.05 313.21 0.81 0.74
Hex F2 85 DA 0 2D A 5 139 51 4A
Octal 362 205 332 0 55 12 5 471 121 112
Binary 11110010 10000101 11011010 0 101101 1010 101 100111001 1010001 1001010

Color Harmonies of #F285DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F285DA

Black with #F285DA

Text Example


Text Example

White with #F285DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F285DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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