Html Css Color HEX #FD7BF2 Fuchsia Pink

📋 copy color: '#FD7BF2'

red 253 ◦ green 123 ◦ blue 242

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

Shades of Fuchsia Pink #FD7BF2

Tints of Fuchsia Pink #FD7BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.16%

R = 40.94%
G = 19.9%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD7BF2 (or 0xFD7BF2) is known color: Fuchsia Pink. HEX triplet: FD, 7B and F2. RGB value is (253,123,242). Sum of RGB (Red+Green+Blue) = 253+123+242=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 123 (48.44% from 255 or 19.90% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7BF2 is #02840D. Grayscale: #AFAFAF. Windows color (decimal): -164878 or 15891453. OLE color: 15891453.

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

Color convert

RGB 253 123 242 -
CMYK 0 0.51 0.04 0.01
HSL 305.08º 0.97% 0.74% -
HSV(B) 305.08º 0.51% 0.99% -
XYZ 63.62 41.46 88.65 -
YUV 175.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 253 123 242 0 0.51 0.04 0.01 305.08 0.97 0.74
Hex FD 7B F2 0 33 4 1 131 61 4A
Octal 375 173 362 0 63 4 1 461 141 112
Binary 11111101 1111011 11110010 0 110011 100 1 100110001 1100001 1001010

Color Harmonies of #FD7BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7BF2

Black with #FD7BF2

Text Example


Text Example

White with #FD7BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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