Html Css Color HEX #FF7BF1 Pale Magenta

📋 copy color: '#FF7BF1'

red 255 ◦ green 123 ◦ blue 241

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

Shades of Pale Magenta #FF7BF1

Tints of Pale Magenta #FF7BF1

RGB

 RED value IS 255 (100% from 255) = 41.2%

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

 BLUE value IS 241 (94.53% from 255) = 38.93%

R = 41.2%
G = 19.87%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF7BF1 (or 0xFF7BF1) is known color: Pale Magenta. HEX triplet: FF, 7B and F1. RGB value is (255,123,241). Sum of RGB (Red+Green+Blue) = 255+123+241=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 123 (48.44% from 255 or 19.87% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7BF1 is #00840E. Grayscale: #AFAFAF. Windows color (decimal): -33807 or 15825919. OLE color: 15825919.

HSL color Cylindrical-coordinate representation of color #FF7BF1: hue angle of 306.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7BF1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 123 241 -
CMYK 0 0.52 0.05 0
HSL 306.36º 1% 0.74% -
HSV(B) 306.36º 0.52% 1% -
XYZ 64.2 41.78 87.9 -
YUV 175.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 255 123 241 0 0.52 0.05 0 306.36 1 0.74
Hex FF 7B F1 0 34 5 0 132 64 4A
Octal 377 173 361 0 64 5 0 462 144 112
Binary 11111111 1111011 11110001 0 110100 101 0 100110010 1100100 1001010

Color Harmonies of #FF7BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7BF1

Black with #FF7BF1

Text Example


Text Example

White with #FF7BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7BF1; }

 p { color: rgb(255,123,241); }

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

background-color css

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

 a { background-color: rgb(255,123,241); }

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

border-color css

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

 span { border-color: rgb(255,123,241); }

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