Html Css Color HEX #FB7AF1 Fuchsia Pink

📋 copy color: '#FB7AF1'

red 251 ◦ green 122 ◦ blue 241

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

Shades of Fuchsia Pink #FB7AF1

Tints of Fuchsia Pink #FB7AF1

RGB

 RED value IS 251 (98.44% from 255) = 40.88%

 GREEN value IS 122 (48.05% from 255) = 19.87%

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

R = 40.88%
G = 19.87%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB7AF1 (or 0xFB7AF1) is known color: Fuchsia Pink. HEX triplet: FB, 7A and F1. RGB value is (251,122,241). Sum of RGB (Red+Green+Blue) = 251+122+241=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 122 (48.05% from 255 or 19.87% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7AF1 is #04850E. Grayscale: #ADADAD. Windows color (decimal): -296207 or 15825659. OLE color: 15825659.

HSL color Cylindrical-coordinate representation of color #FB7AF1: hue angle of 304.65º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7AF1 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 122 241 -
CMYK 0 0.51 0.04 0.02
HSL 304.65º 0.94% 0.73% -
HSV(B) 304.65º 0.51% 0.98% -
XYZ 62.62 40.78 87.79 -
YUV 174.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 251 122 241 0 0.51 0.04 0.02 304.65 0.94 0.73
Hex FB 7A F1 0 33 4 2 131 5E 49
Octal 373 172 361 0 63 4 2 461 136 111
Binary 11111011 1111010 11110001 0 110011 100 10 100110001 1011110 1001001

Color Harmonies of #FB7AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7AF1

Black with #FB7AF1

Text Example


Text Example

White with #FB7AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7AF1; }

 p { color: rgb(251,122,241); }

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

background-color css

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

 a { background-color: rgb(251,122,241); }

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

border-color css

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

 span { border-color: rgb(251,122,241); }

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