Html Css Color HEX #F28CE6 Pale Magenta

📋 copy color: '#F28CE6'

red 242 ◦ green 140 ◦ blue 230

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

Shades of Pale Magenta #F28CE6

Tints of Pale Magenta #F28CE6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.88%

 BLUE value IS 230 (90.23% from 255) = 37.58%

R = 39.54%
G = 22.88%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F28CE6 (or 0xF28CE6) is known color: Pale Magenta. HEX triplet: F2, 8C and E6. RGB value is (242,140,230). Sum of RGB (Red+Green+Blue) = 242+140+230=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CE6 is #0D7319. Grayscale: #B4B4B4. Windows color (decimal): -881434 or 15109362. OLE color: 15109362.

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

Color convert

RGB 242 140 230 -
CMYK 0 0.42 0.05 0.05
HSL 307.06º 0.8% 0.75% -
HSV(B) 307.06º 0.42% 0.95% -
XYZ 60.28 43.35 80.05 -
YUV 180.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 242 140 230 0 0.42 0.05 0.05 307.06 0.8 0.75
Hex F2 8C E6 0 2A 5 5 133 50 4B
Octal 362 214 346 0 52 5 5 463 120 113
Binary 11110010 10001100 11100110 0 101010 101 101 100110011 1010000 1001011

Color Harmonies of #F28CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28CE6

Black with #F28CE6

Text Example


Text Example

White with #F28CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28CE6; }

 p { color: rgb(242,140,230); }

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

background-color css

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

 a { background-color: rgb(242,140,230); }

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

border-color css

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

 span { border-color: rgb(242,140,230); }

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