Html Css Color HEX #FB76F2 Fuchsia Pink

📋 copy color: '#FB76F2'

red 251 ◦ green 118 ◦ blue 242

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

Shades of Fuchsia Pink #FB76F2

Tints of Fuchsia Pink #FB76F2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.31%

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

R = 41.08%
G = 19.31%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB76F2 (or 0xFB76F2) is known color: Fuchsia Pink. HEX triplet: FB, 76 and F2. RGB value is (251,118,242). Sum of RGB (Red+Green+Blue) = 251+118+242=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 118 (46.48% from 255 or 19.31% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB76F2 is #04890D. Grayscale: #ABABAB. Windows color (decimal): -297230 or 15890171. OLE color: 15890171.

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

Color convert

RGB 251 118 242 -
CMYK 0 0.53 0.04 0.02
HSL 304.06º 0.94% 0.72% -
HSV(B) 304.06º 0.53% 0.98% -
XYZ 62.29 39.88 88.42 -
YUV 171.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 251 118 242 0 0.53 0.04 0.02 304.06 0.94 0.72
Hex FB 76 F2 0 35 4 2 130 5E 48
Octal 373 166 362 0 65 4 2 460 136 110
Binary 11111011 1110110 11110010 0 110101 100 10 100110000 1011110 1001000

Color Harmonies of #FB76F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76F2

Black with #FB76F2

Text Example


Text Example

White with #FB76F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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