Html Css Color HEX #F283DF Pale Magenta

📋 copy color: '#F283DF'

red 242 ◦ green 131 ◦ blue 223

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

Shades of Pale Magenta #F283DF

Tints of Pale Magenta #F283DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.98%

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

R = 40.6%
G = 21.98%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F283DF (or 0xF283DF) is known color: Pale Magenta. HEX triplet: F2, 83 and DF. RGB value is (242,131,223). Sum of RGB (Red+Green+Blue) = 242+131+223=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 131 (51.56% from 255 or 21.98% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F283DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283DF is #0D7C20. Grayscale: #AEAEAE. Windows color (decimal): -883745 or 14648306. OLE color: 14648306.

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

Color convert

RGB 242 131 223 -
CMYK 0 0.46 0.08 0.05
HSL 310.27º 0.81% 0.73% -
HSV(B) 310.27º 0.46% 0.95% -
XYZ 58.05 40.44 74.56 -
YUV 174.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 242 131 223 0 0.46 0.08 0.05 310.27 0.81 0.73
Hex F2 83 DF 0 2E 8 5 136 51 49
Octal 362 203 337 0 56 10 5 466 121 111
Binary 11110010 10000011 11011111 0 101110 1000 101 100110110 1010001 1001001

Color Harmonies of #F283DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F283DF

Black with #F283DF

Text Example


Text Example

White with #F283DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F283DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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