Html Css Color HEX #FB85F8 Fuchsia Pink

📋 copy color: '#FB85F8'

red 251 ◦ green 133 ◦ blue 248

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

Shades of Fuchsia Pink #FB85F8

Tints of Fuchsia Pink #FB85F8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.04%

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

R = 39.72%
G = 21.04%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB85F8 (or 0xFB85F8) is known color: Fuchsia Pink. HEX triplet: FB, 85 and F8. RGB value is (251,133,248). Sum of RGB (Red+Green+Blue) = 251+133+248=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 133 (52.34% from 255 or 21.04% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB85F8 is #047A07. Grayscale: #B5B5B5. Windows color (decimal): -293384 or 16287227. OLE color: 16287227.

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

Color convert

RGB 251 133 248 -
CMYK 0 0.47 0.01 0.02
HSL 301.53º 0.94% 0.75% -
HSV(B) 301.53º 0.47% 0.98% -
XYZ 65.11 44.06 93.88 -
YUV 181.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 251 133 248 0 0.47 0.01 0.02 301.53 0.94 0.75
Hex FB 85 F8 0 2F 1 2 12E 5E 4B
Octal 373 205 370 0 57 1 2 456 136 113
Binary 11111011 10000101 11111000 0 101111 1 10 100101110 1011110 1001011

Color Harmonies of #FB85F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85F8

Black with #FB85F8

Text Example


Text Example

White with #FB85F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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