Html Css Color HEX #FD6487 Brink Pink

📋 copy color: '#FD6487'

red 253 ◦ green 100 ◦ blue 135

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

Shades of Brink Pink #FD6487

Tints of Brink Pink #FD6487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.49%

 BLUE value IS 135 (53.13% from 255) = 27.66%

R = 51.84%
G = 20.49%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD6487 (or 0xFD6487) is known color: Brink Pink. HEX triplet: FD, 64 and 87. RGB value is (253,100,135). Sum of RGB (Red+Green+Blue) = 253+100+135=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6487 is #029B78. Grayscale: #959595. Windows color (decimal): -170873 or 8873213. OLE color: 8873213.

HSL color Cylindrical-coordinate representation of color #FD6487: hue angle of 346.27º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD6487 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 100 135 -
CMYK 0 0.60 0.47 0.01
HSL 346.27º 0.97% 0.69% -
HSV(B) 346.27º 0.6% 0.99% -
XYZ 49.44 31.75 26.44 -
YUV 149.74 119.69 201.65 -
System Red Green Blue C M Y K H S L
Decimal 253 100 135 0 0.60 0.47 0.01 346.27 0.97 0.69
Hex FD 64 87 0 3C 2F 1 15A 61 45
Octal 375 144 207 0 74 57 1 532 141 105
Binary 11111101 1100100 10000111 0 111100 101111 1 101011010 1100001 1000101

Color Harmonies of #FD6487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6487

Black with #FD6487

Text Example


Text Example

White with #FD6487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6487; }

 p { color: rgb(253,100,135); }

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

background-color css

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

 a { background-color: rgb(253,100,135); }

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

border-color css

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

 span { border-color: rgb(253,100,135); }

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