Html Css Color HEX #FF8CFB Fuchsia Pink

📋 copy color: '#FF8CFB'

red 255 ◦ green 140 ◦ blue 251

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

Shades of Fuchsia Pink #FF8CFB

Tints of Fuchsia Pink #FF8CFB

RGB

 RED value IS 255 (100% from 255) = 39.47%

 GREEN value IS 140 (55.08% from 255) = 21.67%

 BLUE value IS 251 (98.44% from 255) = 38.85%

R = 39.47%
G = 21.67%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF8CFB (or 0xFF8CFB) is known color: Fuchsia Pink. HEX triplet: FF, 8C and FB. RGB value is (255,140,251). Sum of RGB (Red+Green+Blue) = 255+140+251=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 140 (55.08% from 255 or 21.67% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8CFB is #007304. Grayscale: #BABABA. Windows color (decimal): -29445 or 16485631. OLE color: 16485631.

HSL color Cylindrical-coordinate representation of color #FF8CFB: hue angle of 302.09º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CFB is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 255 140 251 -
CMYK 0 0.45 0.02 0
HSL 302.09º 1% 0.77% -
HSV(B) 302.09º 0.45% 1% -
XYZ 68.03 46.98 96.75 -
YUV 187.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 255 140 251 0 0.45 0.02 0 302.09 1 0.77
Hex FF 8C FB 0 2D 2 0 12E 64 4D
Octal 377 214 373 0 55 2 0 456 144 115
Binary 11111111 10001100 11111011 0 101101 10 0 100101110 1100100 1001101

Color Harmonies of #FF8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8CFB

Black with #FF8CFB

Text Example


Text Example

White with #FF8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8CFB; }

 p { color: rgb(255,140,251); }

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

background-color css

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

 a { background-color: rgb(255,140,251); }

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

border-color css

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

 span { border-color: rgb(255,140,251); }

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