Html Css Color HEX #F271E3 Pale Magenta

📋 copy color: '#F271E3'

red 242 ◦ green 113 ◦ blue 227

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

Shades of Pale Magenta #F271E3

Tints of Pale Magenta #F271E3

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.42%

 BLUE value IS 227 (89.06% from 255) = 39%

R = 41.58%
G = 19.42%
B = 39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F271E3 (or 0xF271E3) is known color: Pale Magenta. HEX triplet: F2, 71 and E3. RGB value is (242,113,227). Sum of RGB (Red+Green+Blue) = 242+113+227=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F271E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271E3 is #0D8E1C. Grayscale: #A4A4A4. Windows color (decimal): -888349 or 14905842. OLE color: 14905842.

HSL color Cylindrical-coordinate representation of color #F271E3: hue angle of 306.98º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F271E3 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 227 -
CMYK 0 0.53 0.06 0.05
HSL 306.98º 0.83% 0.7% -
HSV(B) 306.98º 0.53% 0.95% -
XYZ 56.39 36.23 76.69 -
YUV 164.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 242 113 227 0 0.53 0.06 0.05 306.98 0.83 0.7
Hex F2 71 E3 0 35 6 5 133 53 46
Octal 362 161 343 0 65 6 5 463 123 106
Binary 11110010 1110001 11100011 0 110101 110 101 100110011 1010011 1000110

Color Harmonies of #F271E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F271E3

Black with #F271E3

Text Example


Text Example

White with #F271E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F271E3; }

 p { color: rgb(242,113,227); }

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

background-color css

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

 a { background-color: rgb(242,113,227); }

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

border-color css

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

 span { border-color: rgb(242,113,227); }

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