Html Css Color HEX #F287DF Pale Magenta

📋 copy color: '#F287DF'

red 242 ◦ green 135 ◦ blue 223

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

Shades of Pale Magenta #F287DF

Tints of Pale Magenta #F287DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 22.5%

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

R = 40.33%
G = 22.5%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F287DF (or 0xF287DF) is known color: Pale Magenta. HEX triplet: F2, 87 and DF. RGB value is (242,135,223). Sum of RGB (Red+Green+Blue) = 242+135+223=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 135 (53.12% from 255 or 22.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F287DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287DF is #0D7820. Grayscale: #B0B0B0. Windows color (decimal): -882721 or 14649330. OLE color: 14649330.

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

Color convert

RGB 242 135 223 -
CMYK 0 0.44 0.08 0.05
HSL 310.65º 0.8% 0.74% -
HSV(B) 310.65º 0.44% 0.95% -
XYZ 58.6 41.53 74.74 -
YUV 177.03 153.95 174.34 -
System Red Green Blue C M Y K H S L
Decimal 242 135 223 0 0.44 0.08 0.05 310.65 0.8 0.74
Hex F2 87 DF 0 2C 8 5 137 50 4A
Octal 362 207 337 0 54 10 5 467 120 112
Binary 11110010 10000111 11011111 0 101100 1000 101 100110111 1010000 1001010

Color Harmonies of #F287DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F287DF

Black with #F287DF

Text Example


Text Example

White with #F287DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F287DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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