Html Css Color HEX #FD647C Brink Pink

📋 copy color: '#FD647C'

red 253 ◦ green 100 ◦ blue 124

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

Shades of Brink Pink #FD647C

Tints of Brink Pink #FD647C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26%

R = 53.04%
G = 20.96%
B = 26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD647C (or 0xFD647C) is known color: Brink Pink. HEX triplet: FD, 64 and 7C. RGB value is (253,100,124). Sum of RGB (Red+Green+Blue) = 253+100+124=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD647C is #029B83. Grayscale: #949494. Windows color (decimal): -170884 or 8152317. OLE color: 8152317.

HSL color Cylindrical-coordinate representation of color #FD647C: hue angle of 350.59º 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 #FD647C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 100 124 -
CMYK 0 0.60 0.51 0.01
HSL 350.59º 0.97% 0.69% -
HSV(B) 350.59º 0.6% 0.99% -
XYZ 48.7 31.45 22.57 -
YUV 148.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 253 100 124 0 0.60 0.51 0.01 350.59 0.97 0.69
Hex FD 64 7C 0 3C 33 1 15F 61 45
Octal 375 144 174 0 74 63 1 537 141 105
Binary 11111101 1100100 1111100 0 111100 110011 1 101011111 1100001 1000101

Color Harmonies of #FD647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD647C

Black with #FD647C

Text Example


Text Example

White with #FD647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD647C; }

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

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

background-color css

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

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

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

border-color css

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

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

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