Html Css Color HEX #F27BDA Pale Magenta

📋 copy color: '#F27BDA'

red 242 ◦ green 123 ◦ blue 218

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

Shades of Pale Magenta #F27BDA

Tints of Pale Magenta #F27BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.1%

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 41.51%
G = 21.1%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F27BDA (or 0xF27BDA) is known color: Pale Magenta. HEX triplet: F2, 7B and DA. RGB value is (242,123,218). Sum of RGB (Red+Green+Blue) = 242+123+218=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BDA is #0D8425. Grayscale: #A9A9A9. Windows color (decimal): -885798 or 14318578. OLE color: 14318578.

HSL color Cylindrical-coordinate representation of color #F27BDA: hue angle of 312.1º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27BDA is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 123 218 -
CMYK 0 0.49 0.10 0.05
HSL 312.1º 0.82% 0.72% -
HSV(B) 312.1º 0.49% 0.95% -
XYZ 56.36 38.11 70.71 -
YUV 169.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 242 123 218 0 0.49 0.10 0.05 312.1 0.82 0.72
Hex F2 7B DA 0 31 A 5 138 52 48
Octal 362 173 332 0 61 12 5 470 122 110
Binary 11110010 1111011 11011010 0 110001 1010 101 100111000 1010010 1001000

Color Harmonies of #F27BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27BDA

Black with #F27BDA

Text Example


Text Example

White with #F27BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27BDA; }

 p { color: rgb(242,123,218); }

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

background-color css

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

 a { background-color: rgb(242,123,218); }

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

border-color css

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

 span { border-color: rgb(242,123,218); }

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