Html Css Color HEX #FD7BFF Fuchsia Pink

📋 copy color: '#FD7BFF'

red 253 ◦ green 123 ◦ blue 255

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

Shades of Fuchsia Pink #FD7BFF

Tints of Fuchsia Pink #FD7BFF

RGB

 RED value IS 253 (99.22% from 255) = 40.1%

 GREEN value IS 123 (48.44% from 255) = 19.49%

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

R = 40.1%
G = 19.49%
B = 40.41%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD7BFF (or 0xFD7BFF) is known color: Fuchsia Pink. HEX triplet: FD, 7B and FF. RGB value is (253,123,255). Sum of RGB (Red+Green+Blue) = 253+123+255=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 123 (48.44% from 255 or 19.49% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD7BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7BFF is #028400. Grayscale: #B0B0B0. Windows color (decimal): -164865 or 16743421. OLE color: 16743421.

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

Color convert

RGB 253 123 255 -
CMYK 0.01 0.52 0 0
HSL 299.09º 1% 0.74% -
HSV(B) 299.09º 0.52% 1% -
XYZ 65.64 42.27 99.31 -
YUV 176.92 172.07 182.27 -
System Red Green Blue C M Y K H S L
Decimal 253 123 255 0.01 0.52 0 0 299.09 1 0.74
Hex FD 7B FF 1 34 0 0 12B 64 4A
Octal 375 173 377 1 64 0 0 453 144 112
Binary 11111101 1111011 11111111 1 110100 0 0 100101011 1100100 1001010

Color Harmonies of #FD7BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7BFF

Black with #FD7BFF

Text Example


Text Example

White with #FD7BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7BFF; }

 p { color: rgb(253,123,255); }

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

background-color css

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

 a { background-color: rgb(253,123,255); }

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

border-color css

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

 span { border-color: rgb(253,123,255); }

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