Html Css Color HEX #F28CE4 Pale Magenta

📋 copy color: '#F28CE4'

red 242 ◦ green 140 ◦ blue 228

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

Shades of Pale Magenta #F28CE4

Tints of Pale Magenta #F28CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.38%

R = 39.67%
G = 22.95%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F28CE4 (or 0xF28CE4) is known color: Pale Magenta. HEX triplet: F2, 8C and E4. RGB value is (242,140,228). Sum of RGB (Red+Green+Blue) = 242+140+228=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CE4 is #0D731B. Grayscale: #B4B4B4. Windows color (decimal): -881436 or 14978290. OLE color: 14978290.

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

Color convert

RGB 242 140 228 -
CMYK 0 0.42 0.06 0.05
HSL 308.24º 0.8% 0.75% -
HSV(B) 308.24º 0.42% 0.95% -
XYZ 60 43.23 78.58 -
YUV 180.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 242 140 228 0 0.42 0.06 0.05 308.24 0.8 0.75
Hex F2 8C E4 0 2A 6 5 134 50 4B
Octal 362 214 344 0 52 6 5 464 120 113
Binary 11110010 10001100 11100100 0 101010 110 101 100110100 1010000 1001011

Color Harmonies of #F28CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28CE4

Black with #F28CE4

Text Example


Text Example

White with #F28CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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