Html Css Color HEX #FB7AF2 Fuchsia Pink

📋 copy color: '#FB7AF2'

red 251 ◦ green 122 ◦ blue 242

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

Shades of Fuchsia Pink #FB7AF2

Tints of Fuchsia Pink #FB7AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.35%

R = 40.81%
G = 19.84%
B = 39.35%

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

#FB7AF2 (or 0xFB7AF2) is known color: Fuchsia Pink. HEX triplet: FB, 7A and F2. RGB value is (251,122,242). Sum of RGB (Red+Green+Blue) = 251+122+242=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 122 (48.05% from 255 or 19.84% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7AF2 is #04850D. Grayscale: #ADADAD. Windows color (decimal): -296206 or 15891195. OLE color: 15891195.

HSL color Cylindrical-coordinate representation of color #FB7AF2: hue angle of 304.19º 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 #FB7AF2 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 122 242 -
CMYK 0 0.51 0.04 0.02
HSL 304.19º 0.94% 0.73% -
HSV(B) 304.19º 0.51% 0.98% -
XYZ 62.77 40.84 88.58 -
YUV 174.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 251 122 242 0 0.51 0.04 0.02 304.19 0.94 0.73
Hex FB 7A F2 0 33 4 2 130 5E 49
Octal 373 172 362 0 63 4 2 460 136 111
Binary 11111011 1111010 11110010 0 110011 100 10 100110000 1011110 1001001

Color Harmonies of #FB7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7AF2

Black with #FB7AF2

Text Example


Text Example

White with #FB7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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