Html Css Color HEX #F271DE Pale Magenta

📋 copy color: '#F271DE'

red 242 ◦ green 113 ◦ blue 222

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

Shades of Pale Magenta #F271DE

Tints of Pale Magenta #F271DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.47%

R = 41.94%
G = 19.58%
B = 38.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F271DE (or 0xF271DE) is known color: Pale Magenta. HEX triplet: F2, 71 and DE. RGB value is (242,113,222). Sum of RGB (Red+Green+Blue) = 242+113+222=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F271DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271DE is #0D8E21. Grayscale: #A3A3A3. Windows color (decimal): -888354 or 14578162. OLE color: 14578162.

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

Color convert

RGB 242 113 222 -
CMYK 0 0.53 0.08 0.05
HSL 309.3º 0.83% 0.7% -
HSV(B) 309.3º 0.53% 0.95% -
XYZ 55.71 35.96 73.11 -
YUV 164 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 242 113 222 0 0.53 0.08 0.05 309.3 0.83 0.7
Hex F2 71 DE 0 35 8 5 135 53 46
Octal 362 161 336 0 65 10 5 465 123 106
Binary 11110010 1110001 11011110 0 110101 1000 101 100110101 1010011 1000110

Color Harmonies of #F271DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F271DE

Black with #F271DE

Text Example


Text Example

White with #F271DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F271DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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