Html Css Color HEX #FB74F8 Fuchsia Pink

📋 copy color: '#FB74F8'

red 251 ◦ green 116 ◦ blue 248

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

Shades of Fuchsia Pink #FB74F8

Tints of Fuchsia Pink #FB74F8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 18.86%

 BLUE value IS 248 (97.27% from 255) = 40.33%

R = 40.81%
G = 18.86%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB74F8 (or 0xFB74F8) is known color: Fuchsia Pink. HEX triplet: FB, 74 and F8. RGB value is (251,116,248). Sum of RGB (Red+Green+Blue) = 251+116+248=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 116 (45.70% from 255 or 18.86% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB74F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB74F8 is #048B07. Grayscale: #ABABAB. Windows color (decimal): -297736 or 16282875. OLE color: 16282875.

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

Color convert

RGB 251 116 248 -
CMYK 0 0.54 0.01 0.02
HSL 301.33º 0.94% 0.72% -
HSV(B) 301.33º 0.54% 0.98% -
XYZ 62.97 39.78 93.17 -
YUV 171.41 171.23 184.77 -
System Red Green Blue C M Y K H S L
Decimal 251 116 248 0 0.54 0.01 0.02 301.33 0.94 0.72
Hex FB 74 F8 0 36 1 2 12D 5E 48
Octal 373 164 370 0 66 1 2 455 136 110
Binary 11111011 1110100 11111000 0 110110 1 10 100101101 1011110 1001000

Color Harmonies of #FB74F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB74F8

Black with #FB74F8

Text Example


Text Example

White with #FB74F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB74F8; }

 p { color: rgb(251,116,248); }

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

background-color css

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

 a { background-color: rgb(251,116,248); }

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

border-color css

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

 span { border-color: rgb(251,116,248); }

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