Html Css Color HEX #F271E0 Pale Magenta

📋 copy color: '#F271E0'

red 242 ◦ green 113 ◦ blue 224

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

Shades of Pale Magenta #F271E0

Tints of Pale Magenta #F271E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 41.8%
G = 19.52%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F271E0 (or 0xF271E0) is known color: Pale Magenta. HEX triplet: F2, 71 and E0. RGB value is (242,113,224). Sum of RGB (Red+Green+Blue) = 242+113+224=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F271E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271E0 is #0D8E1F. Grayscale: #A3A3A3. Windows color (decimal): -888352 or 14709234. OLE color: 14709234.

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

Color convert

RGB 242 113 224 -
CMYK 0 0.53 0.07 0.05
HSL 308.37º 0.83% 0.7% -
HSV(B) 308.37º 0.53% 0.95% -
XYZ 55.98 36.07 74.53 -
YUV 164.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 242 113 224 0 0.53 0.07 0.05 308.37 0.83 0.7
Hex F2 71 E0 0 35 7 5 134 53 46
Octal 362 161 340 0 65 7 5 464 123 106
Binary 11110010 1110001 11100000 0 110101 111 101 100110100 1010011 1000110

Color Harmonies of #F271E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F271E0

Black with #F271E0

Text Example


Text Example

White with #F271E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F271E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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