Html Css Color HEX #FB7CF2 Fuchsia Pink

📋 copy color: '#FB7CF2'

red 251 ◦ green 124 ◦ blue 242

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

Shades of Fuchsia Pink #FB7CF2

Tints of Fuchsia Pink #FB7CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.1%

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

R = 40.68%
G = 20.1%
B = 39.22%

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

#FB7CF2 (or 0xFB7CF2) is known color: Fuchsia Pink. HEX triplet: FB, 7C and F2. RGB value is (251,124,242). Sum of RGB (Red+Green+Blue) = 251+124+242=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 124 (48.83% from 255 or 20.10% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7CF2 is #04830D. Grayscale: #AFAFAF. Windows color (decimal): -295694 or 15891707. OLE color: 15891707.

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

Color convert

RGB 251 124 242 -
CMYK 0 0.51 0.04 0.02
HSL 304.25º 0.94% 0.74% -
HSV(B) 304.25º 0.51% 0.98% -
XYZ 63.02 41.34 88.66 -
YUV 175.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 251 124 242 0 0.51 0.04 0.02 304.25 0.94 0.74
Hex FB 7C F2 0 33 4 2 130 5E 4A
Octal 373 174 362 0 63 4 2 460 136 112
Binary 11111011 1111100 11110010 0 110011 100 10 100110000 1011110 1001010

Color Harmonies of #FB7CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7CF2

Black with #FB7CF2

Text Example


Text Example

White with #FB7CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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