Html Css Color HEX #F283DD Pale Magenta

📋 copy color: '#F283DD'

red 242 ◦ green 131 ◦ blue 221

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

Shades of Pale Magenta #F283DD

Tints of Pale Magenta #F283DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.21%

R = 40.74%
G = 22.05%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F283DD (or 0xF283DD) is known color: Pale Magenta. HEX triplet: F2, 83 and DD. RGB value is (242,131,221). Sum of RGB (Red+Green+Blue) = 242+131+221=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 131 (51.56% from 255 or 22.05% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F283DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F283DD is #0D7C22. Grayscale: #AEAEAE. Windows color (decimal): -883747 or 14517234. OLE color: 14517234.

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

Color convert

RGB 242 131 221 -
CMYK 0 0.46 0.09 0.05
HSL 311.35º 0.81% 0.73% -
HSV(B) 311.35º 0.46% 0.95% -
XYZ 57.79 40.33 73.15 -
YUV 174.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 242 131 221 0 0.46 0.09 0.05 311.35 0.81 0.73
Hex F2 83 DD 0 2E 9 5 137 51 49
Octal 362 203 335 0 56 11 5 467 121 111
Binary 11110010 10000011 11011101 0 101110 1001 101 100110111 1010001 1001001

Color Harmonies of #F283DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F283DD

Black with #F283DD

Text Example


Text Example

White with #F283DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F283DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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