Html Css Color HEX #F27BDB Pale Magenta

📋 copy color: '#F27BDB'

red 242 ◦ green 123 ◦ blue 219

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

Shades of Pale Magenta #F27BDB

Tints of Pale Magenta #F27BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 41.44%
G = 21.06%
B = 37.5%

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

#F27BDB (or 0xF27BDB) is known color: Pale Magenta. HEX triplet: F2, 7B and DB. RGB value is (242,123,219). Sum of RGB (Red+Green+Blue) = 242+123+219=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 123 (48.44% from 255 or 21.06% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27BDB is #0D8424. Grayscale: #A9A9A9. Windows color (decimal): -885797 or 14384114. OLE color: 14384114.

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

Color convert

RGB 242 123 219 -
CMYK 0 0.49 0.10 0.05
HSL 311.6º 0.82% 0.72% -
HSV(B) 311.6º 0.49% 0.95% -
XYZ 56.49 38.16 71.41 -
YUV 169.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 242 123 219 0 0.49 0.10 0.05 311.6 0.82 0.72
Hex F2 7B DB 0 31 A 5 138 52 48
Octal 362 173 333 0 61 12 5 470 122 110
Binary 11110010 1111011 11011011 0 110001 1010 101 100111000 1010010 1001000

Color Harmonies of #F27BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27BDB

Black with #F27BDB

Text Example


Text Example

White with #F27BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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