Html Css Color HEX #F28FE6 Pale Magenta

📋 copy color: '#F28FE6'

red 242 ◦ green 143 ◦ blue 230

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

Shades of Pale Magenta #F28FE6

Tints of Pale Magenta #F28FE6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.25%

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

R = 39.35%
G = 23.25%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F28FE6 (or 0xF28FE6) is known color: Pale Magenta. HEX triplet: F2, 8F and E6. RGB value is (242,143,230). Sum of RGB (Red+Green+Blue) = 242+143+230=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 143 (56.25% from 255 or 23.25% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FE6 is #0D7019. Grayscale: #B6B6B6. Windows color (decimal): -880666 or 15110130. OLE color: 15110130.

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

Color convert

RGB 242 143 230 -
CMYK 0 0.41 0.05 0.05
HSL 307.27º 0.79% 0.75% -
HSV(B) 307.27º 0.41% 0.95% -
XYZ 60.72 44.24 80.2 -
YUV 182.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 242 143 230 0 0.41 0.05 0.05 307.27 0.79 0.75
Hex F2 8F E6 0 29 5 5 133 4F 4B
Octal 362 217 346 0 51 5 5 463 117 113
Binary 11110010 10001111 11100110 0 101001 101 101 100110011 1001111 1001011

Color Harmonies of #F28FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28FE6

Black with #F28FE6

Text Example


Text Example

White with #F28FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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