Html Css Color HEX #FF7DFB Fuchsia Pink

📋 copy color: '#FF7DFB'

red 255 ◦ green 125 ◦ blue 251

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

Shades of Fuchsia Pink #FF7DFB

Tints of Fuchsia Pink #FF7DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 19.81%

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

R = 40.41%
G = 19.81%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF7DFB (or 0xFF7DFB) is known color: Fuchsia Pink. HEX triplet: FF, 7D and FB. RGB value is (255,125,251). Sum of RGB (Red+Green+Blue) = 255+125+251=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 125 (49.22% from 255 or 19.81% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DFB is #008204. Grayscale: #B1B1B1. Windows color (decimal): -33285 or 16481791. OLE color: 16481791.

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

Color convert

RGB 255 125 251 -
CMYK 0 0.51 0.02 0
HSL 301.85º 1% 0.75% -
HSV(B) 301.85º 0.51% 1% -
XYZ 65.99 42.89 96.07 -
YUV 178.23 169.07 182.75 -
System Red Green Blue C M Y K H S L
Decimal 255 125 251 0 0.51 0.02 0 301.85 1 0.75
Hex FF 7D FB 0 33 2 0 12E 64 4B
Octal 377 175 373 0 63 2 0 456 144 113
Binary 11111111 1111101 11111011 0 110011 10 0 100101110 1100100 1001011

Color Harmonies of #FF7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DFB

Black with #FF7DFB

Text Example


Text Example

White with #FF7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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